railroad / permissions
Permissions service
Installs: 85 818
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^11.9
- railroad/resora: ^3.0
Requires (Dev)
- orchestra/testbench: ^9.2
- phpunit/php-code-coverage: ^11.0.1
- phpunit/phpunit: ^11.0.1
This package is auto-updated.
Last update: 2024-11-12 20:54:55 UTC
README
This package it's an API that allows admin to manage access rules and user access in a database and protects routes with the package middleware.
Installation
Require the package in your composer.json and update your dependency with composer update.
"railroad/permissions" : "1.0.*"