{"id":13609465,"url":"https://github.com/cybercog/laravel-paket","last_synced_at":"2025-09-10T17:44:14.050Z","repository":{"id":34986878,"uuid":"194345461","full_name":"cybercog/laravel-paket","owner":"cybercog","description":"Composer GUI. Manage Laravel dependencies from web interface without switching to command line!","archived":false,"fork":false,"pushed_at":"2023-01-06T01:59:39.000Z","size":2752,"stargazers_count":173,"open_issues_count":17,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-15T10:11:52.218Z","etag":null,"topics":["cog","composer","dependencies","development","gui","installer","laravel","library","library-management-system","package","package-manager","packagist","packet","paket","php"],"latest_commit_sha":null,"homepage":"https://komarev.com/sources/laravel-paket","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/cybercog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-28T23:53:31.000Z","updated_at":"2025-03-27T13:28:02.000Z","dependencies_parsed_at":"2023-01-15T11:45:16.440Z","dependency_job_id":null,"html_url":"https://github.com/cybercog/laravel-paket","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/cybercog/laravel-paket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-paket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-paket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-paket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-paket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybercog","download_url":"https://codeload.github.com/cybercog/laravel-paket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Flaravel-paket/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267578003,"owners_count":24110351,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cog","composer","dependencies","development","gui","installer","laravel","library","library-management-system","package","package-manager","packagist","packet","paket","php"],"created_at":"2024-08-01T19:01:35.162Z","updated_at":"2025-07-28T20:12:12.013Z","avatar_url":"https://github.com/cybercog.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Laravel Paket\n\n![cog-laravel-paket](https://user-images.githubusercontent.com/1849174/67785136-d7ce7a80-fa7d-11e9-8217-eb1c8e0d4d7f.png)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybercog/laravel-paket/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/cybercog/laravel-paket.svg?style=flat-square\" alt=\"Releases\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/cybercog/laravel-paket\"\u003e\u003cimg src=\"https://img.shields.io/travis/cybercog/laravel-paket/master.svg?style=flat-square\" alt=\"Build Status\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://styleci.io/repos/194345461\"\u003e\u003cimg src=\"https://styleci.io/repos/194345461/shield\" alt=\"StyleCI\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://scrutinizer-ci.com/g/cybercog/laravel-paket/?branch=master\"\u003e\u003cimg src=\"https://img.shields.io/scrutinizer/g/cybercog/laravel-paket.svg?style=flat-square\" alt=\"Code Quality\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/cybercog/laravel-paket/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/cybercog/laravel-paket.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nLaravel Paket satisfies application requirements. Manage Laravel dependencies without switching to command line!\n\nGraphical User Interface made with [Tailwind CSS].\n\n## Official Documentation\n\nDocumentation can be found in [Laravel Paket Guide].\n\n## Installation\n\nPull in the package through Composer.\n\n```shell script\n$ composer require cybercog/laravel-paket --dev\n```\n\nRun Artisan `paket:setup` command to publish Paket assets to `public/vendor/paket` directory \u0026 create `storage/paket` directory for terminal job logs.\n\n```shell script\n$ php artisan paket:setup\n```\n\n## Upgrading\n\nWhen upgrading Paket, you should re-publish assets to `public/vendor/paket` directory with force setup command.\n\n```shell script\n$ php artisan paket:setup --force\n```\n\n## Quick Start\n\nRun local development server.\n\n```shell script\n$ php artisan serve\n```\n\nGo to URL [http://localhost:8000/paket](http://localhost:8000/paket) in your browser.\n\nYou will only be able to access this dashboard when `APP_ENV=local` is set in `.env` file.\n\n### Dashboard\n\n![Laravel Paket Dashboard](https://user-images.githubusercontent.com/1849174/64434687-ca25f580-d0c9-11e9-95c4-8df1f2bd02ff.png)\n\n### Laravel Ecosystem\n\n![Laravel Ecosystem](https://user-images.githubusercontent.com/1849174/64430016-005e7780-d0c0-11e9-8929-7667dcfc985e.png)\n\n### Composer Requirements\n\n![Laravel Paket Requirements](https://user-images.githubusercontent.com/1849174/64429876-aa89cf80-d0bf-11e9-939e-20107f6bab62.png)\n\n### Terminal Jobs\n\n![Laravel Paket Jobs](https://user-images.githubusercontent.com/1849174/64499584-4c790a00-d2c2-11e9-902d-cfed49be1d98.png)\n\n### Terminal Job Details\n\n![Laravel Paket Job](https://user-images.githubusercontent.com/1849174/64499560-38cda380-d2c2-11e9-9ea9-11491865ec6f.png)\n\n## License\n\n- `Laravel Paket` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev].\n- `Laravel Paket` logo by [Caneco].\n\n## About CyberCog\n\n[CyberCog] is a Social Unity of enthusiasts. Research best solutions in product \u0026 software development is our passion.\n\n- [Follow us on Twitter]\n\n\u003ca href=\"https://cybercog.su\"\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png\" alt=\"CyberCog\"\u003e\u003c/a\u003e\n\n[Anton Komarev]: https://komarev.com\n[Caneco]: http://twitter.com/caneco\n[CyberCog]: https://cybercog.su\n[Follow us on Twitter]: https://twitter.com/cybercog\n[Laravel Paket Guide]: https://laravel-paket.readme.io/docs\n[Tailwind CSS]: https://github.com/tailwindcss/tailwindcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Flaravel-paket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybercog%2Flaravel-paket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Flaravel-paket/lists"}