cybercog / laravel-paket
Composer personal web interface. Manage Laravel dependencies without switching to command line!
Fund package maintenance!
paypal.me/antonkomarev
Installs: 3 291
Dependents: 0
Suggesters: 0
Security: 0
Stars: 176
Watchers: 3
Forks: 21
Open Issues: 17
pkg:composer/cybercog/laravel-paket
Requires
- php: ^7.1.3 | ^8.0
- ext-json: *
- illuminate/support: ^5.6|^6.0|^7.0|^8.0
- mcstreetguy/composer-parser: ^1.1
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.6|^4.0|^5.0|^6.0
- phpunit/phpunit: ^7.5|^8.0|^9.0
This package is auto-updated.
Last update: 2025-10-06 07:47:59 UTC
README
Introduction
Laravel Paket satisfies application requirements. Manage Laravel dependencies without switching to command line!
Graphical User Interface made with Tailwind CSS.
Official Documentation
Documentation can be found in Laravel Paket Guide.
Installation
Pull in the package through Composer.
$ composer require cybercog/laravel-paket --dev
Run Artisan paket:setup command to publish Paket assets to public/vendor/paket directory & create storage/paket directory for terminal job logs.
$ php artisan paket:setup
Upgrading
When upgrading Paket, you should re-publish assets to public/vendor/paket directory with force setup command.
$ php artisan paket:setup --force
Quick Start
Run local development server.
$ php artisan serve
Go to URL http://localhost:8000/paket in your browser.
You will only be able to access this dashboard when APP_ENV=local is set in .env file.
Dashboard
Laravel Ecosystem
Composer Requirements
Terminal Jobs
Terminal Job Details
License
Laravel Paketpackage is open-sourced software licensed under the MIT License by Anton Komarev.Laravel Paketlogo by Caneco.
About CyberCog
CyberCog is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.






