Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusjunges/laravel-acl
- Owner: mateusjunges
- License: mit
- Archived: true
- Created: 2019-03-16T00:16:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T05:23:04.000Z (10 months ago)
- Last Synced: 2024-09-25T20:01:15.481Z (about 2 months ago)
- Topics: access-control, access-management, acl, authentication, authorization, hacktoberfest, laravel, package, php7, security
- Language: PHP
- Homepage: https://junges.dev/documentation/laravel-acl/
- Size: 1.63 MB
- Stars: 560
- Watchers: 17
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - mateusjunges/laravel-acl - This package helps you to associate users with permissions and permission groups with laravel framework (PHP)
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).
# ChangelogPlease 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.