webdevhayes/laravel-spatie-permissions-frontend

Frontend boilerplate for spatie permissions package

1.0.0 2020-12-31 12:31 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:18 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

License

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