laravel-acl
This package helps you to associate users with permissions and permission groups with laravel framework
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- php-cs-fixer.yml
- run-tests.yml
- FUNDING.yml
- donation-qr-code.png
- laravel-acl.png
- sponsor.png
- acl.php
- add_teams_fields.php
- create_group_has_permissions_table.php
- create_groups_table.php
- create_model_has_groups_table.php
- create_model_has_permissions_table.php
- create_permissions_table.php
- 01-database-seeding.md
- 02-exceptions.md
- 03-extending.md
- 04-cache.md
- 05-custom-permission-checking.md
- _index.md
- 01-basic-usage.md
- 02-model-direct-permissions.md
- 03-group-permissions.md
- 04-team-permissions.md
- 05-creating-a-super-admin.md
- 06-working-with-guards.md
- 07-using-middlewares.md
- _index.md
- 01-deprecation.md
- 01-introduction.md
- 02-requirements.md
- 03-installation.md
- 04-upgrading.md
- 05-changelog.md
- 06-questions-and-issues.md
- _index.md
- acl.php
- acl.php
- acl.php
- acl.php
- acl.php
- acl.php
- acl.php
- group.blade.php
- add-group.blade.php
- add-permission.blade.php
- HasGroups.php
- HasPermissions.php
- RefreshesPermissionCache.php
- TeamHasGroups.php
- CreateGroup.php
- CreatePermission.php
- InstallCommand.php
- ResetCacheCommand.php
- ShowPermissions.php
- UserPermissions.php
- Group.php
- Permission.php
- GroupSaving.php
- PermissionSaving.php
- GroupAlreadyExistsException.php
- GroupDoesNotExistException.php
- GuardDoesNotMatch.php
- PermissionAlreadyExists.php
- PermissionDoesNotExistException.php
- UnauthorizedException.php
- UserDoesNotExistException.php
- WithGroup.php
- WithPermission.php
- GroupMiddleware.php
- PermissionMiddleware.php
- PermissionOrGroupMiddleware.php
- Group.php
- Permission.php
- ACLAuthServiceProvider.php
- ACLEventsServiceProvider.php
- ACLServiceProvider.php
- ACLViewServiceProvider.php
- AclRegistrar.php
- Guard.php
- helpers.php
- CreateGroupTest.php
- CreatePermissionTest.php
- Admin.php
- CacheTest.php
- CustomGateTest.php
- GateTest.php
- Group.php
- GroupMiddlewareTest.php
- GroupTest.php
- HasGroupsTest.php
- HasGroupsWithCustomModelTest.php
- HasPermissionTest.php
- HasPermissionUsingCustomModelsTest.php
- Manager.php
- MiddlewareTestCase.php
- MultipleGuardsTest.php
- Permission.php
- PermissionMiddlewareTest.php
- PermissionOrGroupMiddlewareTest.php
- PermissionTest.php
- RouteTest.php
- RuntimeGroup.php
- SoftDeletingTeam.php
- SoftDeletingUser.php
- Team.php
- TeamHasGroupsTest.php
- TeamHasGroupsTraitTest.php
- TeamHasPermissionTest.php
- TestCase.php
- User.php
- .gitignore
- .php_cs.dist.php
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- composer.json
- CONTRIBUTING.md
- LICENSE
- phpunit.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/mateusjunges/laravel-acl
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd laravel-acl
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
