Download the PHP package mawuekom/laravel-access-control without Composer
On this page you can find all versions of the php package mawuekom/laravel-access-control. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mawuekom/laravel-access-control
More information about mawuekom/laravel-access-control
Files in mawuekom/laravel-access-control
Package laravel-access-control
Short Description A package that will help you handling roles and permissions in Laravel
License MIT
Homepage https://github.com/mawuva/laravel-access-control
Informations about the package laravel-access-control
Laravel Access Control - A package for handling roles and permissions.
This package provides you with a set of features that will allow you to easily manage roles and permissions in your Laravel projects.
Installation
You can install the package via composer:
Usage
Once install, go to config/app.php
to add AccontrolServiceProvider
in providers array
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php
file.
-
Service Provider
-
Publish Assets
Or you can publish config
Configuration
- You can change connection for models, models path and there is also a handy pretend feature.
- There are many configurable options which have been extended to be able to configured via
.env
file variables. - Editing the configuration file directly may not needed because of this.
- See config file: accontrol.php.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-access-control with dependencies
illuminate/support Version ^8.0|^9.0
illuminate/database Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
illuminate/auth Version ^8.0|^9.0
illuminate/console Version ^8.0|^9.0
illuminate/validation Version ^8.0|^9.0
mawuekom/laravel-custom-helpers Version ^1.0
mawuekom/laravel-lang-resources Version ^1.2
mawuekom/laravel-model-uuid Version ^2.0
mawuekom/laravel-repository Version ^1.3
mawuekom/laravel-request-customizer Version ^1.1
spatie/data-transfer-object Version ^3.7
mawuekom/laravel-custom-user Version ^2.1
doctrine/dbal Version ^3.2
symfony/console Version ^6.0