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

Create New Post Contact Us

Why Laravel Queues Are Awesome

Chris Nwamba has written a new tutorial about Laravel Queues.

You can learn more about email queues with Mailtrap and download the demo source code.

Why Laravel Queues Are Awesome

Laravel & Angular tutorial screencast

Laravel & Angular tutorial screencast. The purpose of this tutorial is to introduce you to the the different aspects of Laravel Angular Material Starter.

Laravel & Angular tutorial screencast

AdminLTE template Laravel 5 package

A Laravel 5 package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing Page

AdminLTE template Laravel 5 package

Laravel Translator - An Eloquent translator for Laravel!

An easy to use Eloquent translator for Laravel. No configuration or service providers needed.

Laravel Translator - An Eloquent translator for Laravel!

Tutorial: Add Social Login to Laravel Applications

Social login is one of the easiest options for users to log into your site. At Stormpath, we’ve made social login easy for you to build by adding Facebook and Google login to the Stormpath Laravel integration.

In this tutorial, I will show you how

Tutorial: Add Social Login to Laravel Applications

Happy Pi Day! What is Pi day? Top Pi Day Jokes!

It's Pi Day, so called because the date can be written as **3/14**.

As you may now, Pi has more than 1 trillion digits. People love Pi!

### What is Pi day???

Let's see what people think about this day:

"The day is often ob

Exploring Laravel's Custom Blade Directives

Earlier today, I was working on coding up a design that displays a varying number of cards - each with a unique title and description… think Masonry/Pinterest-esque. I’ve been using Model Factories to stub out a bunch of cards, all with

Creating a password-less, Medium-style, email-only authentication system in Laravel

Recently I was working on a project where one of our major pain points was users' passwords. Users were added to the application by administrators, so they didn't have passwords when they were first added, and forcing them to set and rememb

LaraDock - Like Laravel Homestead but for Docker instead of Vagrant.

LaraDock helps you run your Laravel App on Docker in seconds.

LaraDock - Like Laravel Homestead but for Docker instead of Vagrant.

Laravel 5.1 - easily enable CORS

Fábio Vedovelli shares a great tip on how to enable CORS to allow browsers to request and receive data from other domains.