Custom authorization error messages in Laravel Gates Pre-requisites: Previous knowledge about Gates and how it works. In this post, I will show you how to return custom… Continue reading “Custom authorization error messages in Laravel Gates”…
Laravel Queues & Horizon Dashboard In computer science queues is a technique for managing processes and objects in a computer. Knowing this we can say… Continue reading “Laravel Queues & Horizon Dashboard”…
Using Laravel model factory for testing In our daily work we normally develop tests for our application to ensure that the functionalities delivered are reliable and… Continue reading “Using Laravel model factory for testing”…
Laravel Homestead, database provisioning I have started to work with Homestead for a Laravel project that we are just starting, we have been using… Continue reading “Laravel Homestead, database provisioning”…
Entrust for Laravel Laravel 5.2 comes with user support out of the box but it has a lack of support for roles and… Continue reading “Entrust for Laravel”…