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

Create New Post Contact Us

Sharing Laravel Homestead Sites

So you’re working on one of your many sites running inside Laravel Homestead, but you want to get some feedback from a collegue and would like them to access your site.

Or you are working with an external API that requires access to your de

Create A User Authentication System with Facebook and Laravel Socialite

We will learn how to use Socialite - a new Laravel 5 feature - to let users log in using their Facebook account.

After learning this recipe, you may apply the technique to authenticate users with other social networks (Twitter, Github, Gmail, etc.

Create A User Authentication System with Facebook and Laravel Socialite

Resize Images In Laravel 5.1 using intervention

We often need to manipulate Images for various purpose such as creating thumbnails or just simple resizing to fit proper size, it is quite cumbersome to perform these tasks in PHP, but intervention package make it so easy, we are going to use Interve

Setting up Mandrill Webhooks with Laravel

I really love the simplicity of transactional email API services such as Mandrill.

It’s so much easier to send application emails when all you need to do is to make an API request, rather than dealing with the headache of an email server.

Laravel 5.2 and AngularJS CRUD with Search and Pagination Example

Itsoulusionstuff wrote a tutorial on how to create CRUD AngularJS with Laravel 5.

How To Use Redis For Queuing In Laravel 5

What is Redis? --------------

Redis is an in-memory but persistent on disk database, that represents a different trade-off where very high write and read speed is achieved with the limitation of data sets that can’t be larger than the memor

Laravel/Symfony Console Commands & Stderr

When we use Symfony's Console component to write CLI commands in PHP (and you should!), we're almost always writing any output to "stdout".

There's a few ways to get general output from a CLI command using Console:

Easy Flash Notifications with Flashy (Laravel Package)

This tutorial shows you how to integrate Flashy into your Laravel app