Laravel-Permission – Associate users with roles and permissions

Associate users with roles and permissions. Contribute to spatie/laravel-permission development by creating an account on GitHub. Read more

Similar

Simple Way to HTTPS All Laravel Routes

I thought this would be a quick search on the internet to make all routes HTTPS in Laravel, but came across a lot of solutions and a lot which seemed like to much code/work for something that i thought would be a quick fix and some of the solutions... (more…)

Read more »

Unit Testing Translation Strings in Laravel

If your Laravel app uses multiple locales, it can get tedious keeping track of translations that are yet to be added to the appropriate translation files, e.g English translations in resources/lang/en/validation.php and French translations in resources/la... (more…)

Read more »