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

Create New Post Contact Us

[SERIES] Build an app with Laravel 5 (Backend) and AngularJS (Frontend) – Part 2

Baljeet Singh wrote a tutorial on how to build an app with Laravel 5 and AngularJS

Custom Pagination Presenters with Laravel 5.2

Codecourse has a good tutorial about Custom Pagination Presenters with Laravel 5.2.

Description -----------

You might need to change the way your Laravel pagination links are displayed. Well, here's how.

Dead simple domain mapping in Laravel Homestead

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

About a month ago, Freek Van der Herten wrote some Laravel Homestead tips on his blog. The item that stood out for me was avoiding having to edit the hosts file. I won't go into much more detail here, but essentiall

How To Increase Developer Productivity With Laravel

Laravel is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Laravel is

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.