Implementing mutually exclusive roles on Spatie Laravel-permission with Nova Working on a project that implemented Spatie\Laravel-permission to manage user roles and permissions, we’ve found a situation where users could… Continue reading “Implementing mutually exclusive roles on Spatie Laravel-permission with Nova”…
Moving data with Wizaplace ETL on Laravel In this article we will delve on how to use Wizaplace PHP-ETL which is a library for Laravel that helps… Continue reading “Moving data with Wizaplace ETL on Laravel”…
Building Strong Foundations: Leveraging JSON Schema for Comprehensive REST API Documentation and Testing JSON Schema is a very helpful object definition language for implementing well-documented REST APIs. It is useful for documenting and… Continue reading “Building Strong Foundations: Leveraging JSON Schema for Comprehensive REST API Documentation and Testing”…
Using Laravel Resources to build your API In this article we will learn about Laravel Resources and how to use it in our project. The Resources classes… Continue reading “Using Laravel Resources to build your API”…
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”…