Download the PHP package althinect/enum-permission without Composer
On this page you can find all versions of the php package althinect/enum-permission. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download althinect/enum-permission
More information about althinect/enum-permission
Files in althinect/enum-permission
Download althinect/enum-permission
More information about althinect/enum-permission
Files in althinect/enum-permission
Vendor althinect
Package enum-permission
Short Description This package is to create permissions with enums
License MIT
Homepage https://github.com/althinect/enum-permission
Package enum-permission
Short Description This package is to create permissions with enums
License MIT
Homepage https://github.com/althinect/enum-permission
Please rate this library. Is it a good library?
Informations about the package enum-permission
Laravel Enum Permissions
A Laravel package to easily generate permission classes with enums using Models This package uses Spatie/Permissions under the hood
Requirements
- PHP 8.1 or higher
- Laravel 10.0 or higher
Installation
Configuration
Publish the configuration file:
The configuration file will be published to config/enum-permission.php
.
Configuration Options
Usage
Generating Permission Enums
Syncing Permissions to Database
Using Generated Permissions
Directory Structure
After generation, your files will be organized as follows:
Available Commands
permission:make {model?} {--P|policy}
- Generate permission enumspermission:sync {--C|clean}
- Sync permissions to database
Examples
Generated Permission Enum
Using with Policies
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This package is open-source software licensed under the MIT license.
All versions of enum-permission with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
spatie/laravel-permission Version ^6.0
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
spatie/laravel-permission Version ^6.0
The package althinect/enum-permission contains the following files
Loading the files please wait ....