{"id":25821402,"url":"https://github.com/wnikk/laravel-access-ui","last_synced_at":"2025-02-28T10:55:09.512Z","repository":{"id":132080522,"uuid":"611879677","full_name":"wnikk/laravel-access-ui","owner":"wnikk","description":"Permissions Package with User Interface for ACR (Access Control Rules) on Laravel.","archived":false,"fork":false,"pushed_at":"2024-04-29T09:18:56.000Z","size":4608,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T16:17:10.077Z","etag":null,"topics":["acl","acr","grud","laravel","manager","permissions","rbac","rbac-management","roles","roles-management","rules","security","ui","vue3","wnikk"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wnikk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-09T18:22:07.000Z","updated_at":"2024-06-10T07:20:48.000Z","dependencies_parsed_at":"2023-05-28T00:30:14.637Z","dependency_job_id":null,"html_url":"https://github.com/wnikk/laravel-access-ui","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnikk%2Flaravel-access-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnikk%2Flaravel-access-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnikk%2Flaravel-access-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnikk%2Flaravel-access-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wnikk","download_url":"https://codeload.github.com/wnikk/laravel-access-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241139904,"owners_count":19916465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acl","acr","grud","laravel","manager","permissions","rbac","rbac-management","roles","roles-management","rules","security","ui","vue3","wnikk"],"created_at":"2025-02-28T10:55:08.382Z","updated_at":"2025-02-28T10:55:09.499Z","avatar_url":"https://github.com/wnikk.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Laravel Access Control Rules](https://raw.githubusercontent.com/wnikk/laravel-access-rules/main/docs/art/laravel-access-control-rules-logo.png)\n\n# Laravel Access Control Rules Ui\n(ACR - Access Control Rules, Permissions Package with User Interface)\n\n[![License](https://poser.pugx.org/wnikk/laravel-access-ui/license)](//packagist.org/packages/wnikk/laravel-access-ui)\n[![PHP Version Require](http://poser.pugx.org/wnikk/laravel-access-ui/require/php)](https://packagist.org/packages/wnikk/laravel-access-ui)\n[![Total Downloads](http://poser.pugx.org/wnikk/laravel-access-ui/downloads)](https://packagist.org/packages/wnikk/laravel-access-ui)\n[![Latest Stable Version](https://poser.pugx.org/wnikk/laravel-access-ui/v)](//packagist.org/packages/wnikk/laravel-access-ui)\n[![Latest Unstable Version](http://poser.pugx.org/wnikk/laravel-access-ui/v/unstable)](https://packagist.org/packages/wnikk/laravel-access-ui)\n\nThis is FrontEnd for package [Laravel Access Rules](https://github.com/wnikk/laravel-access-rules/).\n \n\n## What does Access Rules support?\n\n- Multiple user models.\n- Multiple permissions can be attached to users.\n- Multiple permissions can be attached to groups.\n- Permissions verification.\n- Permissions caching.\n- Events when permissions are attached, detached or synced.\n- Multiple permissions can be attached to user or group.\n- Permissions can be inherited with unlimited investment from users and groups.\n- Laravel gates and policies.\n- Frontend themes: \"ukit\", Bootstrap 4 and Bootstrap 5, default \"bt\".\n\n\n## Documentation, Installation, and Usage Instructions Backend\n\nBefore using UI, it is necessary to install the ACR (Access Control Rules) itself.\n\nSee the [documentation](https://github.com/wnikk/laravel-access-rules/tree/master/docs) for detailed installation and usage instructions.\n\n\n## You can install the package UI using composer:\n\n```bash\ncomposer require wnikk/laravel-access-ui\n```\n\nAnd publish the **config/accessUi.php** config file with:\n\n```bash\nphp artisan vendor:publish --provider=\"Wnikk\\LaravelAccessUi\\AccessUiServiceProvider\"\n```\n\n## Theme\n### Bootstrap 4 and Bootstrap 5\n![Laravel Access Control Rules Ui](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.bt.webp)\n\n### ukit\n![Laravel Access Control Rules Ui](https://raw.githubusercontent.com/wnikk/laravel-access-ui/main/docs/art/interface.ukit.webp)\n\n\n## Optional GUI Routes\n| HTTP method| Route| Main page| Controller| Action|  \n|----|----|----|----|----|\n| GET| accessui/| accessUi.main | ...AccessUiController| main|\n\n| HTTP method| Route| Pages JSON data| Controller| Action|  \n|----|----|----|----|----|\n| GET| accessui/rules-data| accessUi.rules-data.index| ...RulesController| index| \n| POST| accessui/rules-data| accessUi.rules-data.store| ...RulesController| store| \n| PUT| accessui/rules-data/{id}| accessUi.rules-data.update| ...RulesController| update| \n| DELETE| accessui/rules-data/{id}| accessUi.rules-data.destroy| ...RulesController| destroy| \n| GET| accessui/owners-data| accessUi.owners-data.index| ...OwnersController| index| \n| POST| accessui/owners-data| accessUi.owners-data.store| ...OwnersController| store| \n| PUT| accessui/owners-data/{id}| accessUi.owners-data.update| ...OwnersController| update| \n| DELETE| accessui/owners-data/{id}| accessUi.owners-data.destroy| ...OwnersController| destroy| \n| GET| accessui/owner/{owner}/inherit-data| accessUi.owner.inherit-data.index| ...InheritController| index| \n| POST| accessui/owner/{owner}/inherit-data| accessUi.owner.inherit-data.store| ...InheritController| store| \n| DELETE| accessui/owner/{owner}/inherit-data/{id}| accessUi.owner.inherit-data.destroy| ...InheritController| destroy| \n| GET| accessui/owner/{owner}/permission-data| accessUi.owner.permission-data.index| ...PermissionController| index| \n| PUT| accessui/owner/{owner}/permission-data/{id}| accessUi.owner.permission-data.update| ...PermissionController| update| \n\n\n## Contributing\n\nPlease report any issue you find in the issues page. Pull requests are more than welcome.\n\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnikk%2Flaravel-access-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwnikk%2Flaravel-access-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnikk%2Flaravel-access-ui/lists"}