Download the PHP package gurinder/laravel-acl without Composer
On this page you can find all versions of the php package gurinder/laravel-acl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gurinder/laravel-acl
More information about gurinder/laravel-acl
Files in gurinder/laravel-acl
Download gurinder/laravel-acl
More information about gurinder/laravel-acl
Files in gurinder/laravel-acl
Vendor gurinder
Package laravel-acl
Short Description Laravel Roles And Permissions with UI
License MIT
Homepage https://github.com/gurindersingh/laravel-aps
Package laravel-acl
Short Description Laravel Roles And Permissions with UI
License MIT
Homepage https://github.com/gurindersingh/laravel-aps
Please rate this library. Is it a good library?
Informations about the package laravel-acl
Laravel Access Control List (ACL) System
Installation
Step 1
Include via Composer
Step 2
Publish the migration, views(If required to customize), config(Optional)
Step 3
Run migration
Step 4 - Config File
Configuration file information
Step 5 - Add function
Add required function to your helpers.php
file
Step 6 - Add middleware
Usage
Add AclGuarded
Trait to your user model & isAdmin()
to your User
model
Check if user has Role or Permission
You can also use permissions in blade directives
Database Seeding
Make factories for roles and models
Make Seeder Class
In Routes
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-acl with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
illuminate/auth Version ^5.6
illuminate/container Version ^5.6
illuminate/contracts Version ^5.6
illuminate/database Version ^5.6
illuminate/events Version ^5.6
illuminate/pagination Version ^5.6
illuminate/routing Version ^5.6
illuminate/validation Version ^5.6
illuminate/view Version ^5.6
illuminate/cache Version ^5.6
illuminate/auth Version ^5.6
illuminate/container Version ^5.6
illuminate/contracts Version ^5.6
illuminate/database Version ^5.6
illuminate/events Version ^5.6
illuminate/pagination Version ^5.6
illuminate/routing Version ^5.6
illuminate/validation Version ^5.6
illuminate/view Version ^5.6
illuminate/cache Version ^5.6
The package gurinder/laravel-acl contains the following files
Loading the files please wait ....