Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:59:39.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:52:32.656Z (6 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: 20
- 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
![cog-laravel-paket](https://user-images.githubusercontent.com/1849174/67785136-d7ce7a80-fa7d-11e9-8217-eb1c8e0d4d7f.png)
## 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 Paket Dashboard](https://user-images.githubusercontent.com/1849174/64434687-ca25f580-d0c9-11e9-95c4-8df1f2bd02ff.png)
### Laravel Ecosystem
![Laravel Ecosystem](https://user-images.githubusercontent.com/1849174/64430016-005e7780-d0c0-11e9-8929-7667dcfc985e.png)
### Composer Requirements
![Laravel Paket Requirements](https://user-images.githubusercontent.com/1849174/64429876-aa89cf80-d0bf-11e9-939e-20107f6bab62.png)
### Terminal Jobs
![Laravel Paket Jobs](https://user-images.githubusercontent.com/1849174/64499584-4c790a00-d2c2-11e9-902d-cfed49be1d98.png)
### Terminal Job Details
![Laravel Paket Job](https://user-images.githubusercontent.com/1849174/64499560-38cda380-d2c2-11e9-9ea9-11491865ec6f.png)
## 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