webdevhayes / laravel-spatie-permissions-frontend
Frontend boilerplate for spatie permissions package
Requires
- php: ^7.4|^8.0
- illuminate/console: ^8.0
- illuminate/contracts: ^8.0
- illuminate/filesystem: ^8.0
- illuminate/support: ^8.0
- spatie/laravel-permission: ^3.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-03-29 00:52:53 UTC
README
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.
Installation
You can install the package via composer:
composer require webdevhayes/laravel-spatie-permissions-frontend
Usage
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
Changelog
Please see CHANGELOG for more information on what has changed recently.
Todo
- Add tests
Credits
- James
- Spatie
- Laravel: Most of this package came from the laravel UI and credit goes to them to help inspire me for this package
License
The MIT License (MIT). Please see License File for more information.