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

Create New Post Contact Us

Laravel 5 Cheat Sheet

A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.

Laravel 5 Cheat Sheet

Using Bootstrap 3 Less or SCSS with Elixir

I recently wrote an article about How-to setup Laravel 5, VueJs, and Bootstrap 3 and was asked how-to make modifications to things like the navbar.

My how-to didn't cover anything about that so here I will discuss how-to enable and modify Boo

Laravel based CMSs and open source applications that we should know!

Here is an awesome curated list of open-source projects and CMSs built with the Laravel PHP framework.

You can download them, enhance them, write tests, add new features and find the right solution to your problems!

Laravel based CMSs and open source applications that we should know!

Quick Start Guide: Laravel 5, Bootstrap 3 & Vue.js

In this article I will provide a quick way to configure Laravel 5, Vue.js, and Bootstrap 3 using Elixir.

Quick Start Guide: Laravel 5, Bootstrap 3 & Vue.js

Add title for each view - Laravel Quickie

Quickie on how to add a unique title for each of your views in Laravel.

Thanks to Zeckdude http://stackoverflow.com/users/83916/zeckdude

**master.blade.php**

Laravel 5.2 Video Series - build contact manager -- Part 1

Welcome to Laravel video series. In this video series we gonna learn Laravel 5.2 by building simple app, Contact Manager from scratch. So we can show all contacts with pagination, add new contact, update contact, delete contact. Also upload photo for

Process big DB table with chunk() method

Let’s imagine the situation: you have a big database table (like 10 000 rows or bigger) and you need to run an update to one column. But you cannot run just SQL query – there is some PHP logic behind it. So foreach loop could potentially

Laravel SMTP driver vs. API drivers

After Mandrill changed their pricing model, I (as well as many others) started exploring different transactional email services. Laravel only supports a couple providers out of the box, but what about the others?

Laravel SMTP driver vs. API drivers