Laravel Comments is a premium comments package for applications using PHP 8.1+ and Laravel 9+ by Spatie.
There are techniques to make the route files shorter and more readable, grouping routes and their settings in different ways. In this tutorial, learn six tips and tricks to better organize them.
For those who haven't actively used Service Providers in Laravel, it's a mystical "term": what "service" do they actually "provide", and how exactly does it all work? I will explain it in this article.
In Laravel, roles and permissions have been one of the most confusing topics over the years. Mostly, because there is no documentation about it: the same things "hide" under other terms in the framework, like "gates", "policies", "guards", etc. In this article, I will try to explain them all in "human language".