acoustep/entrust-gui

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
CHANGELOG.md
LICENSE.md
README.md
codeception.yml
composer.json
composer.lock
phpunit.xml
templates/Permission.php.txt
templates/Role.php.txt
templates/User.php.txt
config/entrust-gui.php17
database/migrations/2014_10_12_000000_create_users_table.php21
database/migrations/2014_10_12_100000_create_password_resets_table.php18
database/migrations/2015_08_06_174610_entrust_setup_tables.php48
B
6 hrs
src/Console/Commands/GenerateModels.php68
src/EntrustGuiServiceProvider.php69
src/Events/EventInterface.php5
src/Events/PermissionCreatedEvent.php8
src/Events/PermissionDeletedEvent.php8
src/Events/PermissionUpdatedEvent.php8
src/Events/RoleCreatedEvent.php8
src/Events/RoleDeletedEvent.php8
src/Events/RoleUpdatedEvent.php8
src/Events/UserCreatedEvent.php8
src/Events/UserDeletedEvent.php8
src/Events/UserUpdatedEvent.php8
src/Gateways/ManyToManyGateway.php41
src/Gateways/ManyToManyGatewayInterface.php7
src/Gateways/PermissionGateway.php14
src/Gateways/RoleGateway.php14
src/Gateways/UserGateway.php56
src/Http/Controllers/ManyToManyController.php97
A
35 mins
src/Http/Controllers/PermissionsController.php11
src/Http/Controllers/RolesController.php11
src/Http/Controllers/UsersController.php87
src/Http/Middleware/AdminAuth.php33
src/Http/routes.php51
src/Models/Permission.php17
src/Models/Role.php18
src/Models/User.php30
src/Repositories/ManyToManyRepositoryEloquent.php24
src/Repositories/PermissionRepository.php9
src/Repositories/PermissionRepositoryEloquent.php8
src/Repositories/RoleRepository.php9
src/Repositories/RoleRepositoryEloquent.php8
src/Repositories/UserRepository.php6
src/Repositories/UserRepositoryEloquent.php55