Laravel 11
PHP 8.2+
No commit activity in last 2 years
No release in over 2 years
Permissions service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

phpunit/phpunit
^11.0.1
phpunit/php-code-coverage
^11.0.1

Runtime

guzzlehttp/guzzle
^7.2
 Project Readme

Role and permission package

Build Status

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.*"

API Reference