{"id":15025012,"url":"https://github.com/authenticus/acl-laravel","last_synced_at":"2026-01-18T17:33:29.952Z","repository":{"id":38172185,"uuid":"198007891","full_name":"authenticus/acl-laravel","owner":"authenticus","description":"API-based Access Control (Roles, Permissions) for Users of your Laravel App","archived":false,"fork":false,"pushed_at":"2023-01-04T04:56:38.000Z","size":1422,"stargazers_count":1,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T21:16:31.354Z","etag":null,"topics":["access-control","accesscontrol","acl","api","laravel","laravel5","permissions","roles"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/authenticus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-21T03:33:29.000Z","updated_at":"2019-07-21T03:56:06.000Z","dependencies_parsed_at":"2023-02-01T22:00:52.806Z","dependency_job_id":null,"html_url":"https://github.com/authenticus/acl-laravel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/authenticus/acl-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authenticus%2Facl-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authenticus%2Facl-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authenticus%2Facl-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authenticus%2Facl-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authenticus","download_url":"https://codeload.github.com/authenticus/acl-laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authenticus%2Facl-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28544900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T14:59:57.589Z","status":"ssl_error","status_checked_at":"2026-01-18T14:59:46.540Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["access-control","accesscontrol","acl","api","laravel","laravel5","permissions","roles"],"created_at":"2024-09-24T20:01:23.962Z","updated_at":"2026-01-18T17:33:29.931Z","avatar_url":"https://github.com/authenticus.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Installation Instructions:*\n\nRun:\n```\ncomposer update\n\ncp .env.example .env\n```\n\nManually update .env with your Database settings. Example:\n\n```\nDB_DATABASE=acl_laravel\n\nDB_USERNAME=root\n\nDB_PASSWORD=root\n```\n\n\nRun:\n```\nphp artisan key:generate\nphp artisan migrate --seed\nphp artisan serve\n```\n\nGo to /admin\nLogin: admin@admin.com\npassword: password\n\nYou can add users, roles, permissions, etc. from the admin interface. You can protect your requests from unauthenticated use, like so:\n\nIn app//Http/Requests/StoreUserRequest.php:\n\n```\npublic function authorize()\n{\nreturn \\Gate::allows('user_create');\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthenticus%2Facl-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthenticus%2Facl-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthenticus%2Facl-laravel/lists"}