Laravel Spark is the new SAAS foundation that Taylor Otwell announced at Laracon 2015.
When you install Laravel Spark, you will have Authentication, Billing, A bootstrapped front-end and dashboard, Billing Management, Teams, etc.
It will be re
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
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:
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
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
Route caching helps to speed things up. In Laravel 5, a caching mechanism was introduced to speed up the execution.
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
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