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

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

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.

Laravel Software Install Script Template/Process

Many developers find it kinda confusing at first on how to go about creating install scripts for clients or users of open source projects. This is a simple template/step-by-step process to help you accomplish that. You can fork, contribute to it or j