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

Create New Post Contact Us

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

How to Submit JSON POST Requests in Lumen

Sending a JSON encoded entity to a RESTful API is a common need, and a JSON payload is actually pretty slick and convenient. It eases the pain of form-encoded strings when sending post data, and makes it easier to structure complex data that’s

How to deploy Laravel applications on shared hosting

The simple guide to deploy Laravel and Lumen application on shared hosting.

For a quick version of the guide (many of you might already read about it), read my post on medium, "The simple guide to deploy Laravel 5 application on shared hostin

How to Consume Laravel API with AngularJS

Sitepoint shows you how to consume Laravel API with Angularjs.

How to Consume Laravel API with AngularJS

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