How to manage Laravel dependencies without switching to the command line!
Laravel Paket is a great Laravel package which helps us to manage Laravel dependencies without switching to the command line!
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
Source Code and Documentation
Link:
This post is submitted by our members. Submit a new post.
Tags: Tutorials Packages Sources Laravel 5.8 Laravel 5.7 Laravel 5.6 Laravel 5.5 Laravel 5.4 Laravel 5.3 Laravel 5 Intermediate