Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mateusjunges/laravel-acl

This package helps you to associate users with permissions and permission groups with laravel framework
https://github.com/mateusjunges/laravel-acl

access-control access-management acl authentication authorization hacktoberfest laravel package php7 security

Last synced: about 1 month ago
JSON representation

This package helps you to associate users with permissions and permission groups with laravel framework

Awesome Lists containing this project

README

        

![Readme banner](art/laravel-acl.png)

> [!CAUTION]
> As of January 2024, this package is no longer maintained. Please use [`spatie/laravel-permission`](https://github.com/spatie/laravel-permission) instead.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/mateusjunges/laravel-acl.svg?style=flat)](https://packagist.org/packages/mateusjunges/laravel-acl)
[![Total Downloads](https://img.shields.io/packagist/dt/mateusjunges/laravel-acl.svg?style=flat)](https://packagist.org/packages/mateusjunges/laravel-acl)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Check & fix styling](https://github.com/mateusjunges/laravel-acl/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/mateusjunges/laravel-acl/actions/workflows/php-cs-fixer.yml)
![](https://github.com/mateusjunges/laravel-acl/workflows/Continuous%20Integration/badge.svg)

# Laravel ACL

This package allows you to manage user permissions and groups in a database,
and is compatible with Laravel v5.8 or higher.
Please check the [documentations](https:///junges.dev/documentation/laravel-acl).

# Sponsor my work!
If you think this package helped you in any way, you can sponsor me on GitHub!

[![Sponsor Me](art/sponsor.png)](https://github.com/sponsors/mateusjunges)

# Tests
Run `composer test` to test this package.

# Contributing
Thank you for considering contributing for the Laravel ACL package! The contribution guide can be found [here](https://github.com/mateusjunges/laravel-acl/blob/master/CONTRIBUTING.md).

# Changelog

Please see [changelog](https://github.com/mateusjunges/laravel-acl/blob/master/CHANGELOG.md) for more information about the changes on this package.

# Credits

- [The Web Tier](https://thewebtier.com/laravel/understanding-roles-permissions-laravel/)
- [All Contributors](https://github.com/mateusjunges/laravel-acl/graphs/contributors)

# License
The Laravel ACL package is open-sourced software licenced under the [MIT License](https://opensource.org/licenses/MIT).
Please see the [License File](https://github.com/mateusjunges/laravel-acl/blob/master/LICENSE) for more information.