Frontend boilerplate for spaties permissions package. This package gives you a start on managing roles and permissions. This is a basic package and does not employ any design patterns nor does the package do any opinionated structure.
You are free edit the code as you wish once the package has been published.
You can install the package via composer:
composer require webdevhayes/laravel-spatie-permissions-frontend
You can publish all routes,views and controller. You have the option to publish bootstrap frontend or tailwind frontend.
Bootstrap
php artisan laravel-spatie-permissions-frontend bootstrap
Tailwind
php artisan laravel-spatie-permissions-frontend tailwind
Please see CHANGELOG for more information on what has changed recently.
- Add tests
- James
- Spatie
- Laravel: Most of this package came from the laravel UI and credit goes to them to help inspire me for this package
The MIT License (MIT). Please see License File for more information.