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

Create New Post Contact Us

Create an autocomplete text input in Laravel

On our web forms, there may be times when we want to have an autocomplete text field. This can be handy for populating common search terms or product names. Using the jQueryUI Autocomplete library along with Laravel, that becomes an easy task.

Create a To-do List with Ajax in laravel 5.1

In this tutorial, we will be using the Laravel PHP framework and jQuery to build a to-do list with Ajax.

Through out this tutorial, we’ll show you the basics of RESTful controllers, RESTful routing, and Request types. The list of topics cove

Learn how to send emails in Laravel

Laravel’s Mail class extends the popular Swift Mailer package, which makes sending e-mails a breeze. The e-mail templates are loaded in the same way as views, which means you can use the Blade syntax and inject data into your templates:

Learn everything about models in Laravel

The Model is that part of the Model-View-Controller design pattern that we can simply describe as the layer of the design pattern that handles the management of the data, which is received from the corresponding layers and then sent back to those lay

Create a store locator web application with Laravel

We need to build an application for a multinational retail company having a lot of departments and resellers in different countries. The challenge is to establish a REST API structure that can be used by resellers or departments that have their web a

Learn about Route caching and Lumen in Laravel

Route caching helps to speed things up. In Laravel 5, a caching mechanism was introduced to speed up the execution.

Getting Started with BDD in Laravel

For many developers BDD is a complicated subject, and getting started with it the right way often does not come easy - especially when you need to implement it into an existing framework. This tutorial aims to help you get a BDD-powered Laravel proje

Laravel 5 and AngularJS token based authentication Part 2

In this second part of the Laravel and AngularJS todo application tutorial using token based authentication we are going to build the frontend. It will be made completely separated by the Laravel application itself so the same things seen in this tut