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

Create New Post Contact Us

Creating a Polling Application Using AngularJS and Laravel Part 2

A Single Page Application usually rely on a remote server to store and retrieve data using Ajax calls. Making such calls directly inside controllers can clutter the code base with unnecessary repetitions of the similar logic. In this kind of situatio

Good Laravel Scripts/CMSs that you should know (Part 1)

One of the best ways to learn Laravel is looking at the source code of good built apps. Here is a list of premium scripts that you can get to learn, or use them for your production sites.

Good Laravel Scripts/CMSs that you should know (Part 1)

Creating a Polling Application Using AngularJS and Laravel Part 1

In this tutorial, we will build a single page polling web application using AngularJS and Laravel. Our application will allow the users to select one of the listed polls and submit their choice. The users will also be able to view the stats of the po

Simple data sync API using Laravel

Learn how create an API call that keeps the server’s data in sync with the client using Laravel 4

Use illuminate\routing package outside Laravel 4

Learn how to use illuminate\routing package outside Laravel 4.

Let’s talk Gulp

Learn how to implement Gulp to your Laravel 4 application:

Decoupling your code in Laravel

A good tutorial about decoupling our code in Laravel using Repositiories and Services:

Laravel Dynamic Menu Tutorial

Learn how to create Laravel dynamic menu (Best for Admin packages)