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

Create New Post Contact Us

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

Building a Hacker News Reader with Lumen

In this tutorial, we’re going to build a reader for Hacker News. We will be using the Hacker News API and the Lumen framework to implement this.

Building a Hacker News Reader with Lumen

Laravel 5 on Azure - part 1

Ok, I'll be honest with you: At first I wanted to have a little 5 minute Screencast of me yapping on and on about Azure, Composer, Laravel and the whole configuration thing.

Turns out, I really can't stand my voice "on tape", s

Integrating Algolia in a Laravel application

A few days ago Spatie, the company where I work, launched a new website: vrijwilligerswerk.be. Translated to english it roughly comes down to workforvolunteers.be. On the website various organizations can post their jobs that can be filled by a volun

How To Setup HTTPS SSL Certificates On Laravel 5

SSL is the backbone of internet security which blocks your critical information from flowing into the wrong hands, while being routed across the globe. It protects your data from being spoofed by criminals, who may use this information to cause you g

[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