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

Create New Post Contact Us

RESTful API in Lumen, A Laravel Micro Framework

Lumen is a “micro-framework” built on top of Laravel’s components created by Taylor Otwell who is also responsible for Laravel.

It has been designed to develop micro services like small application or web service. It has been dev

How to Build a Basic Laravel CRUD App Part 1

In this tutorial, we’re going to build and run a simple CRUD application from scratch using Laravel 5.

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

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

Laravel and AngularJS work great together, but it can be a little tricky to get going at first, especially if you are new to the frameworks. In a previous article, Chris showed you how to make a Single Page Comment App with Laravel and Angular. This

Laravel 5 and AngularJS Tutorial reloaded – Part 2

On this second part of the reloaded Laravel and AngularJS tutorial we will finish the pool application started on the first part adding an admin view where the user can create new pool and manage the existent ones. As we already implemented all the C