{"id":19775876,"url":"https://github.com/supercoolx/gocp","last_synced_at":"2026-04-16T11:02:55.875Z","repository":{"id":119297665,"uuid":"439742892","full_name":"supercoolx/GOCP","owner":"supercoolx","description":"Laravel Roles Permissions Admin - Spatie version","archived":false,"fork":false,"pushed_at":"2021-12-19T16:19:43.000Z","size":13084,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-01T16:58:32.349Z","etag":null,"topics":["framework","full-stack","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/supercoolx.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-19T00:27:48.000Z","updated_at":"2022-06-22T20:05:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9652698-9c8d-4bea-bc07-f5423fc8d07c","html_url":"https://github.com/supercoolx/GOCP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/supercoolx/GOCP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercoolx%2FGOCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercoolx%2FGOCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercoolx%2FGOCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercoolx%2FGOCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supercoolx","download_url":"https://codeload.github.com/supercoolx/GOCP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supercoolx%2FGOCP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["framework","full-stack","laravel","php"],"created_at":"2024-11-12T05:17:59.830Z","updated_at":"2026-04-16T11:02:55.862Z","avatar_url":"https://github.com/supercoolx.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel Roles Permissions Admin - Spatie version\n\n__Update October 2019__: this project was created in 2017 as Laravel 5.4 version, and now we upgraded it to Laravel 6 version, also changed the design theme from [AdminLTE](https://adminlte.io/) to [CoreUI](https://coreui.io)\n\n- - - - -\n\nThis is a Laravel 6 adminpanel starter project with roles-permissions management based on [Spatie Laravel-permission package](https://github.com/spatie/laravel-permission), [CoreUI](https://coreui.io) and [Datatables.net](https://datatables.net).\n\nWe've also created almost identical project based on Joseph Silber's Bouncer package: [see here](https://github.com/LaravelDaily/laravel-roles-permissions-bouncer)\n\nPart of this project was generated automatically by [QuickAdminPanel system](https://quickadminpanel.com/).\n\n![Roles Permissions screenshot](https://laraveldaily.com/wp-content/uploads/2019/10/laravel-roles-permissions-users.png)\n\n![Roles Permissions screenshot 02](https://laraveldaily.com/wp-content/uploads/2019/10/laravel-roles-permissions-roles.png)\n\n## Usage\n\nThis is not a package - it's a full Laravel project that you should use as a starter boilerplate, and then add your own custom functionality.\n\n- Clone the repository with `git clone`\n- Copy `.env.example` file to `.env` and edit database credentials there\n- Run `composer install`\n- Run `php artisan key:generate`\n- Run `php artisan migrate --seed` (it has some seeded data - see below)\n- That's it: launch the main URL and login with default credentials `admin@admin.com` - `password`\n\nThis boilerplate has one role (`administrator`), one permission (`users_manage`) and one administrator user.\n\nWith that user you can create more roles/permissions/users, and then use them in your code, by using functionality like `Gate` or `@can`, as in default Laravel, or with help of Spatie's package methods.\n\n## License\n\nThe [MIT license](http://opensource.org/licenses/MIT).\n\n## Notice\n\nWe are not responsible for any functionality or bugs in **CoreUI**, **Laravel-permission** or **Datatables** packages or their future versions, if you find bugs there - please contact vendors directly.\n\n---\n\n## More from our LaravelDaily Team\n\n- Check out our adminpanel generator [QuickAdminPanel](https://quickadminpanel.com)\n- Read our [Blog with Laravel Tutorials](https://laraveldaily.com)\n- FREE E-book: [50 Laravel Quick Tips (and counting)](https://laraveldaily.com/free-e-book-40-laravel-quick-tips-and-counting/)\n- Subscribe to our [newsletter with 20+ Laravel links every Thursday](http://laraveldaily.com/weekly-laravel-newsletter/)\n- Subscribe to our [YouTube channel Laravel Business](https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA)\n- Enroll in our [Laravel Online Courses](https://laraveldaily.teachable.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercoolx%2Fgocp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupercoolx%2Fgocp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupercoolx%2Fgocp/lists"}