Two days ago Taylor Otwell released a new minor version of Laravel framework – 5.2.22. Along with some small fixes, there are a few new functions, let’s look into them.
A lot of people think that Laravel is a creature by Taylor Otwell
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?
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.
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
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
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
Baljeet Singh wrote a tutorial on how to build an app with Laravel 5 and AngularJS
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.
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
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