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

Create New Post Contact Us

Separation of Concerns with Laravel’s Eloquent

This series explores a strategy for using Eloquent to easily achieve a DataMapper-like design that improves overall maintainability and readability of medium-to-large applications.

[Part 1][1]

[Part 2][2]

[Part 3][3]

[1]: https://medi

How to create a Laravel 5 package in 10 easy steps

So you want to create your own package? Surprisingly, this topic has little information online and not properly described in the official docs. Let’s fill in the gaps and create a new Laravel 5 package from scratch.

To avoid a general Hello

Create a Real-Time Shoutbox with Laravel Events

Introduction ------------

Laravel is undoubtedly a very powerful framework with a lot of batteries included. One of the reasons I love laravel is the fact that it is built on events.

What are Laravel Events? ------------------------

An eve

Multiple Authentication in Laravel 5.1

Laravel is the most popular PHP framework. One of the biggest advantage of laravel is, it provides many features out of box like user authentication, prevention of cross site request forgery, middleware for restricting unauthorized access and bunch o

Laravel : Repositories the right way

If you want to make your application testable you should really use Repositories in order to perform unit tests without touching the database.

In my case I was programming a Fantasy Football game and I will stick with the Team model.

The Team m

Laravel Forum 3.0 Pre-Release

Want to learn how to make a Laravel forum? Check out this awesome package from Atrakeur!

Laravel Forum, a drop-in forum package for Laravel 4/5 originally created by Atrakeur, is a project we've been building on for the past year. Version 2 f

Retrieve data from Google Analytics in laravel 5.1

In this article i will talk about Retrieving data from Google Analytics in laravel 5.1 ! google anylytics in best tool for webmasters for generating advanced reports of their websites . for this purpose we will use alaravel package called laravel-ana

Creating custom packages - Laravel 5.x

Custom packages is a simple practical example showing a way to build customized packages in Laravel. In this example you are going to go through every step of developing your own custom packages.

Folder structure ----------------

The first thi