https://github.com/cybercog/laravel-paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
https://github.com/cybercog/laravel-paket
cog composer dependencies development gui installer laravel library library-management-system package package-manager packagist packet paket php
Last synced: 3 days ago
JSON representation
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
- Host: GitHub
- URL: https://github.com/cybercog/laravel-paket
- Owner: cybercog
- License: mit
- Created: 2019-06-28T23:53:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:59:39.000Z (over 2 years ago)
- Last Synced: 2025-02-08T05:17:55.469Z (2 months ago)
- Topics: cog, composer, dependencies, development, gui, installer, laravel, library, library-management-system, package, package-manager, packagist, packet, paket, php
- Language: PHP
- Homepage: https://komarev.com/sources/laravel-paket
- Size: 2.62 MB
- Stars: 174
- Watchers: 5
- Forks: 21
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - cybercog/laravel-paket - Composer GUI. Manage Laravel dependencies from web interface without switching to command line! (PHP)
README
# Laravel Paket

## 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.
```shell script
$ 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.
```shell script
$ php artisan paket:setup
```## Upgrading
When upgrading Paket, you should re-publish assets to `public/vendor/paket` directory with force setup command.
```shell script
$ php artisan paket:setup --force
```## Quick Start
Run local development server.
```shell script
$ php artisan serve
```Go to URL [http://localhost:8000/paket](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 Paket` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev].
- `Laravel Paket` logo by [Caneco].## About CyberCog
[CyberCog] is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.
- [Follow us on Twitter]
[Anton Komarev]: https://komarev.com
[Caneco]: http://twitter.com/caneco
[CyberCog]: https://cybercog.su
[Follow us on Twitter]: https://twitter.com/cybercog
[Laravel Paket Guide]: https://laravel-paket.readme.io/docs
[Tailwind CSS]: https://github.com/tailwindcss/tailwindcss