https://github.com/lcharette/uf_altpermissions
Alternate/complementary permission system for UserFrosting
https://github.com/lcharette/uf_altpermissions
userfrosting userfrosting-sprinkle
Last synced: 10 months ago
JSON representation
Alternate/complementary permission system for UserFrosting
- Host: GitHub
- URL: https://github.com/lcharette/uf_altpermissions
- Owner: lcharette
- License: mit
- Created: 2017-03-24T18:49:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T22:00:04.000Z (over 5 years ago)
- Last Synced: 2025-08-10T15:44:14.588Z (10 months ago)
- Topics: userfrosting, userfrosting-sprinkle
- Language: PHP
- Homepage:
- Size: 228 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AltPermission Sprinkle for [UserFrosting 4](https://www.userfrosting.com)
[](https://github.com/lcharette/UF_AltPermissions/actions?query=workflow%3ABuild) [](https://github.styleci.io/repos/86100743) [](https://github.com/userfrosting/UserFrosting) [](https://ko-fi.com/A7052ICP)
Alternate/complementary permission system for [UserFrosting 4](https://www.userfrosting.com)
> This sprinkle is still a work in progress and not ready yet for production use. No official release has been made yet. Fell free to test it and contribute, or use it as a reference.
# Help and Contributing
If you need help using this sprinkle or found any bug, feels free to open an issue or submit a pull request. You can also find me on the [UserFrosting Chat](https://chat.userfrosting.com/) most of the time for direct support.
# Installation
Edit UserFrosting `app/sprinkles/sprinkles.json` file and add the following to the `require` list :
```
"lcharette/UF_AltPermissions": "dev-master"
```
Run `composer update` then `composer run-script bake` to install the sprinkle.
# Licence
By [Louis Charette](https://github.com/lcharette). Copyright (c) 2017, free to use in personal and commercial software as per the MIT license.