roles
Powerful package for handling roles and permissions in Laravel 5
File Explorer
Download Latest Version (.zip)- HasRoleAndPermission.php
- PermissionHasRelations.php
- RoleHasRelations.php
- AccessDeniedException.php
- LevelDeniedException.php
- PermissionDeniedException.php
- RoleDeniedException.php
- VerifyLevel.php
- VerifyPermission.php
- VerifyRole.php
- Permission.php
- Role.php
- HasRoleAndPermission.php
- PermissionHasRelations.php
- RoleHasRelations.php
- Slugable.php
- RolesServiceProvider.php
- roles.php
- 2015_01_15_105324_create_roles_table.php
- 2015_01_15_114412_create_role_user_table.php
- 2015_01_26_115212_create_permissions_table.php
- 2015_01_26_115523_create_permission_role_table.php
- 2015_02_09_132439_create_permission_user_table.php
- .editorconfig
- .gitignore
- .php_cs
- .styleci.yml
- composer.json
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/romanbican/roles
Downloads the entire project code from GitHub to your computer.
cd roles
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
- [Composer](#composer)
Type this command into your terminal and run it.
composer update
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
