Laravel Paket is a great Laravel package which helps us to manage Laravel dependencies without switching to the command line!

laravel paket

Installation

Pull in the package through Composer.

$ composer require cybercog/laravel-paket --dev

After installing Paket, publish its assets to public/vendor/paket directory & create storage in storage/paket directory using the paket:setup Artisan command.

$ php artisan paket:setup

Demo

laravel packages

Source Code and Documentation

https://github.com/cybercog/laravel-paket