Looking to hire Laravel developers? Try LaraJobs

laravel-spatie-permissions-frontend maintained by webdevhayes

Description
Frontend boilerplate for spatie permissions package
Author
Last update
2020/12/31 13:31 (dev-master)
License
Downloads
18

Comments
comments powered by Disqus

Frontend Boilerplate for spatie permissions package

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

License

The MIT License (MIT). Please see License File for more information.