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

Create New Post Contact Us

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)

Language switching in Laravel 4

How to get language switching back with language prefix and language-related route in Laravel 4

Using Laravel 4's Model Events

Learn how to use Model's event in Laravel 4

Understanding Laravel Route Parameters

Understanding Laravel Route Parameters

Laravel To Do List App

Learn to build a todo-list Laravel 4 app from scratch

How To Create File Upload With Laravel

Learn how to create file upload with Laravel

How To Create File Upload With Laravel

Generate a sitemap using Laravel

Learn how to add a sitemap to your Laravel 4 application.

API for Laravel

A nice Laravel package that helps you to build a flexible RESTful API for your apps.

Ajax in Laravel - User Registration

Here's a quick way to use ajax and create a user registration page. On succesfull validation, the user is created and the page is updated with relevant data - both with static messages and user provided details. Of course, we throw the errors if