A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

About Laravel 5 Cookbook

# Book Description

If you're looking for a book that can help you to build amazing web applications, this is the book for you! Aimed at people who have some experience with Laravel, this cookbook has your back!

There are many proven code

Choosing an HTTP Status Code — Stop Making It Hard

What could be simpler than returning HTTP status codes? Did the page render? Great, return 200. Does the page not exist? That’s a 404. Do I want to redirect the user to another page? 302, or maybe 301.

> I like to imagine that HTTP status

Get any programming book or video course (Laravel, PHP, JS, Swift, etc.) for only $5!

We would like to let you know that Packt will be hosting its annual $5 eBook Campaign starting today and will end on 8th January 2016.

![enter image description here][1]

During this time, all of Packt’s eBook titles and video courses wil

Dependent Dropdown List with Jquery in Laravel 5.1

In this tutorial, we are going to do a simple, straightforward dependent dropdown list using jQuery and Laravel 5.1. This tutorial is oriented toward beginners, so there will be a lot of granular detail, gists are provided for views. Intermediate pro

Installing a Laravel project in WAMPSERVER/Windows system

Since Laravel has become an outstanding framework now-a-days, most of the developers are trying to switch to this awesome framework. I t

How to deploy your first Laravel 5 application on Heroku

Heroku is one of the most popular Cloud Platform now-a-d

Detect and change language on the fly with Laravel

If you’re builiding a multilingual site you may want to guess the user’s language in order to provide the correct content and still let her decide afterwards which language to use. So this a is two part problem:

Find a way to detect th

Build an app with Ionic Framework & Laravel 5

In this tutorial we will be creating an app with ionic framework (a brilliant mobile app development framework by drifyco). We will be using the api that i have created in my previous blog post to get data from the server which is created in Laravel5