{"id":15769889,"url":"https://github.com/shahednasser/laravel-rbac-tutorial","last_synced_at":"2026-01-20T15:33:14.652Z","repository":{"id":38110740,"uuid":"423842274","full_name":"shahednasser/laravel-rbac-tutorial","owner":"shahednasser","description":"Code for Laravel RBAC Tutorial","archived":false,"fork":false,"pushed_at":"2023-01-07T12:52:29.000Z","size":1775,"stargazers_count":1,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T14:53:52.577Z","etag":null,"topics":["laravel","laravel-tutorial","php","rbac","rbac-management","tutorial"],"latest_commit_sha":null,"homepage":"https://blog.shahednasser.com/implementing-rbac-in-laravel-tutorial/","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/shahednasser.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":"2021-11-02T12:52:12.000Z","updated_at":"2023-04-29T08:58:51.000Z","dependencies_parsed_at":"2023-02-07T05:00:52.476Z","dependency_job_id":null,"html_url":"https://github.com/shahednasser/laravel-rbac-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahednasser/laravel-rbac-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Flaravel-rbac-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Flaravel-rbac-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Flaravel-rbac-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Flaravel-rbac-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahednasser","download_url":"https://codeload.github.com/shahednasser/laravel-rbac-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahednasser%2Flaravel-rbac-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["laravel","laravel-tutorial","php","rbac","rbac-management","tutorial"],"created_at":"2024-10-04T14:20:32.919Z","updated_at":"2026-01-20T15:33:14.636Z","avatar_url":"https://github.com/shahednasser.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code for Laravel RBAC Tutorial\n\nThis repository holds the code for the [Laravel RBAC tutorial](https://blog.shahednasser.com/implementing-rbac-in-laravel-tutorial/).\n\n## Installation\n\nAfter cloning the repository, install the dependencies with Composer:\n\n```bash\ncomposer install\n```\n\n## Change Database Configuration\n\nChange the database configuration in `.env` with your configurations:\n\n```bash\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=laravel\nDB_USERNAME=root\nDB_PASSWORD=\n```\n\n## Migrate Database\n\nMigrate database:\n\n```bash\nphp artisan migrate\n```\n\n## Start the Server\n\nStart the server with this command:\n\n```bash\nphp artisan serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahednasser%2Flaravel-rbac-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahednasser%2Flaravel-rbac-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahednasser%2Flaravel-rbac-tutorial/lists"}