Download the PHP package rdx/laravel-authgate-policies without Composer
On this page you can find all versions of the php package rdx/laravel-authgate-policies. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rdx/laravel-authgate-policies
More information about rdx/laravel-authgate-policies
Files in rdx/laravel-authgate-policies
Download rdx/laravel-authgate-policies
More information about rdx/laravel-authgate-policies
Files in rdx/laravel-authgate-policies
Vendor rdx
Package laravel-authgate-policies
Short Description Takes abilities from a list of policy classes.
License MIT
Package laravel-authgate-policies
Short Description Takes abilities from a list of policy classes.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-authgate-policies
Setup
- Install with composer.
- Define which policies to load in your
AuthServiceProvider
(see below).
Abilities' names will follow method names:
function manageAllUsers()
becomes abilitymanage-all-users
function see360DegreeFeedback()
becomes abilitysee360-degrees-feedback
function see_360DegreeFeedback()
becomes abilitysee-360-degrees-feedback
Replace your AuthServiceProvider
with this:
If you want to add more register()
or boot()
code, be sure to call parent::register()
or parent::boot()
!
See PoliciesServiceProvider
for more options.
All versions of laravel-authgate-policies with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package rdx/laravel-authgate-policies contains the following files
Loading the files please wait ....