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

Create New Post Contact Us

Hotel booking engine with Laravel 5 and AngularJS Part 2

In the first part of this tutorial series we created a basic Laravel application with all the data model needed for the application and a basic first controller to insert new room type. As we said at begin the frontend of the booking engine will be a

Hotel booking engine with Laravel 5 and AngularJS Part 1

This tutorial is the first of a serie where we explain how to create an hotel booking system from scratch using Laravel 5.1 and AngularJS. In the booking engine we will use AngularJS to create a single page application, the front end, where the fina

Token-Based Authentication for AngularJS and Laravel Apps - Part 2

In the tutorial on Scotch.io we created a new app called jot-bot to look at how to implement token-based authentication in AngularJS and Laravel by using jwt-auth and Satellizer together. On the Laravel side, jwt-auth let’s us generate JSON web

Token-Based Authentication for AngularJS and Laravel Apps - Part 1

Adding authentication to an AngularJS and Laravel application is not the most straight-forward, especially if we take the approach of creating independent front-end and backend applications and connecting them with an API exposed by Laravel. Laravel

Using Laravel 5.0 with AngularJS (part 2 of 5) – Migrations, Controllers, Validations in Laravel 5.0

This is a 5-part tutorial which we re-visit the good old quote app Oneline we had done in Laravel 4.2, while revising the skills we had been picking up from this blog. We are focusing on Laravel 5.0 this time, but will also dig deeper into AngularJS

JSON Web Token Tutorial: An Example in Laravel and AngularJS

With the rising popularity of single page applications, mobile applications, and RESTful API services, the way web developers write back-end code has changed significantly. With technologies like AngularJS and BackboneJS, we are no longer spending mu

Using Laravel 5.0 with AngularJS (part 1 of 5) – Setting up Laravel 5.0

This is the part 1 of a 5-part tutorial which we re-visit the good old quote app Oneline we had done in Laravel 4.2, while revising the skills we had been picking up from this blog. We are focusing on Laravel 5.0 this time, but will also dig deeper i

Build a Time Tracker with Laravel 5 and AngularJS – Part 2

This is the second of a two-part series on using Laravel 5 and AngularJS together to build a simple time tracking application. If you’ve gone through part 1, you’ll have seen that we put together the front-end first and used a simple JSON