Download the PHP package tharindu/laravel-permission-ui without Composer
On this page you can find all versions of the php package tharindu/laravel-permission-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tharindu/laravel-permission-ui
More information about tharindu/laravel-permission-ui
Files in tharindu/laravel-permission-ui
Package laravel-permission-ui
Short Description A Laravel package to manage roles and permissions with UI implementation.
License MIT
Informations about the package laravel-permission-ui
Laravel Permission UI
A Laravel package to manage roles and permissions with UI implementation using Bootstrap 5.
Installation
You can install the package via composer:
Usage
Generate Role Based Permissions UI
Run the following artisan command to generate the UI for role-based permissions:
Set User Permissions UI
Run the following artisan command to generate the UI for setting user permissions:
Publishing Views
If you want to customize the views, you can publish them using the following command:
This will publish the views to the resources/views/vendor/laravelpermissionui
directory.
Example Views
- Role Management View:
resources/views/vendor/laravelpermissionui/roles.blade.php
- User Permissions View:
resources/views/vendor/laravelpermissionui/permissions.blade.php
Contributing
Feel free to contribute by making a pull request or opening an issue.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-permission-ui with dependencies
illuminate/support Version ^10.0|^11.0
phpunit/phpunit Version ^9.0|^10.0|^11.0
illuminate/auth Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
illuminate/config Version ^10.0|^11.0
spatie/laravel-permission Version ^6.0