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

Create New Post Contact Us

10 less-known (but awesome!) Laravel Collections methods

Laravel Eloquent is awesome – probably I don’t need to tell you that. What is less known is the list of methods to work with Eloquent Collections. You can filter them, slice them, easily modify etc. But let’s look at it one by one.

Laravel 5 Blog Tutorial

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

Allow me to start this tutorial with a business perspective then jump into the technical aspect of it.

**Why should you allow me to do this?**

Because we develop technical tools that add value to the business of ou

SERIES: Build an app with Laravel 5 (backend) and AngularJS (frontend) – Part 1

Baljeet Singh wrote a nice tutorial on how to use Laravel and AngularJS together.

SERIES: Build an app with Laravel 5 (backend) and AngularJS (frontend) – Part 1

How Laravel Facades Work and How to Use Them Elsewhere

The Facade pattern is a software design pattern which is often used in object oriented programming. A facade is, in fact, a class wrapping a complex library to provide a simpler and more readable interface to it. The Facade pattern can also be used t

Paginating Searches with Laravel

In Laravel it’s easy to do searches on your Eloquent models, and it’s easy to paginate a collection of models. It’s also easy to put those two concepts together, paginating a search of models, but how to do that might not be immedia

Building a Laravel form without Illuminate/html

Laravel 5 version got us confused by separating our beloved Form::open world into a separate package. Now you have to add “illuminate/html”: “~5.0″ to your projects, whenever you want to use forms, right? Not necessary, you ca

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

Get Laravel Application Development Cookbook book for free!

Today, you can get Laravel Application Development Cookbook book **(worth $26,99)** for **free**!

Just visit the link above, register a free account and claim your free book!

**Here is the book's description:**

Since Laravel is so versa