Download the PHP package luizfabianonogueira/acl-permissions without Composer
On this page you can find all versions of the php package luizfabianonogueira/acl-permissions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download luizfabianonogueira/acl-permissions
More information about luizfabianonogueira/acl-permissions
Files in luizfabianonogueira/acl-permissions
Package acl-permissions
Short Description ACL Permissions is a Laravel package that provides a robust and flexible access control system based on ACL (Access Control List). It allows you to define and manage permissions in a granular way for users and groups, ensuring that each resource is accessed only by those with proper authorization.
License LGPL-3.0-or-later
Informations about the package acl-permissions
ACL - Permisions
This package is a simple and easy way to manage permissions in Laravel applications.
Installation
You can install the package via composer:
Configuration
In bootstrp/app.php add the following line:
You can publish the config file with:
This is the contents of the published config file:
Extension UUID is available in Laravel 8.x \
Verify if the UUID is enabled in your database.
After publishing the config file and the migrations, run the migrations:
In your User
model add the code below:
In AppServiceProvider.php add the code below:
In Bootstrap/app.php add the code below:
In app/Http/Controllers/Auth/LoginController.php add the code below:
Usage
To access the permissions screen, access the url below:
Permissions
On this screen, you can create, edit, and delete permissions. Permissions are used to control access to the application's routes. There are two ways to use permissions: \
- URL, which is done through middleware comparing the route name with the permission name. In this case, you should pay attention to the route name structure. \
- Gates or the user interface. @can
Users
On the users screen you can just link the roles.
Roles
On the roles screen you can create, edit and delete roles. Then you can add permissions to roles. Roles are used to control access to application routes.
License: LGPL-3.0-or-later
Contact & Support
📞 Phone: +5548991779088
✉️ Email: [email protected]
Support My Work
If you enjoyed this project and would like to support my work, any donation via Pix is greatly appreciated!
Feel free to donate using one of the following Pix keys:
💳 Email Pix Key: [email protected]
📱 Phone Pix Key: 48991779088
Thank you for your support!