{"id":22337306,"url":"https://github.com/handmadeweb/statamic-laravel-packages","last_synced_at":"2025-07-29T22:32:55.890Z","repository":{"id":56983703,"uuid":"392114717","full_name":"HandmadeWeb/statamic-laravel-packages","owner":"HandmadeWeb","description":"Adds \"quick access links\" and permissions to Statamic, for popular Laravel (Horizon, Nova, Telescope) packages.","archived":false,"fork":false,"pushed_at":"2024-08-02T11:54:22.000Z","size":23,"stargazers_count":2,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T09:39:55.466Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/HandmadeWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-02T22:42:23.000Z","updated_at":"2023-06-02T09:49:14.000Z","dependencies_parsed_at":"2022-08-21T09:10:46.473Z","dependency_job_id":null,"html_url":"https://github.com/HandmadeWeb/statamic-laravel-packages","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HandmadeWeb%2Fstatamic-laravel-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HandmadeWeb%2Fstatamic-laravel-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HandmadeWeb%2Fstatamic-laravel-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HandmadeWeb%2Fstatamic-laravel-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HandmadeWeb","download_url":"https://codeload.github.com/HandmadeWeb/statamic-laravel-packages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228054463,"owners_count":17862129,"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":[],"created_at":"2024-12-04T06:09:30.611Z","updated_at":"2024-12-04T06:09:31.225Z","avatar_url":"https://github.com/HandmadeWeb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.md)\n\nAdds \"quick access links\" and permissions to Statamic, for popular Laravel (Horizon, Nova, Telescope) packages.\n\n## Requirements\n\n* Statamic 3.1 or higher\n\n## Installation\n\nYou can install the package via composer:\n\n```shell\ncomposer require handmadeweb/statamic-laravel-packages\n```\n\nThen you can assign permissions via Statamic which will be usable in the form of `can` / `cant`, `access laravel telescope`, `access laravel horizon` or `access laravel nova`\n\nThen just update the service provider for your chosen package, for example with Telescope we might use the following.\n\n`\\App\\Providers\\TelescopeServiceProvider`\n```php\n    /**\n     * Register the Telescope gate.\n     *\n     * This gate determines who can access Telescope in non-local environments.\n     *\n     * @return void\n     */\n    protected function gate()\n    {\n        Gate::define('viewTelescope', function ($user) {\n            return $user-\u003ecan('access laravel telescope');\n        });\n    }\n```\n\nAnd now you will be able to manage access via Statamic.\n\n## Usage\n\n### Permissions\nYou'll be able to add permissions for each of the installed `Laravel Packages` in the Statamic control panel.\n\n![Permissions](https://user-images.githubusercontent.com/54159303/127936231-da467d4f-fe8c-48fc-9a90-83f877e54af0.png)\n\n\n### Control Panel\nAny package/links that the admin/user has permission to access (and is installed) will appear on the sidebar.\n\n![Sidebar](https://user-images.githubusercontent.com/54159303/127937372-9ec5a9c1-903a-4df8-8b57-b98dd932d1c3.png)\n\n## Changelog\n\nPlease see [CHANGELOG](https://statamic.com/addons/handmadeweb/statamic-laravel-packages/release-notes) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/handmadeweb/statamic-laravel-packages/blob/main/CONTRIBUTING.md) for details.\n\n## Credits\n\n- [Handmade Web \u0026 Design](https://github.com/handmadeweb)\n- [Michael Rook](https://github.com/michaelr0)\n- [All Contributors](https://github.com/handmadeweb/statamic-laravel-packages/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/handmadeweb/statamic-laravel-packages/blob/main/LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhandmadeweb%2Fstatamic-laravel-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhandmadeweb%2Fstatamic-laravel-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhandmadeweb%2Fstatamic-laravel-packages/lists"}