laravel-install-packages maintained by pkboom
Author
Last update
2022/09/13 16:53
(dev-master)
License
Downloads
9
Tags
Install packages in an easy way
Installation
You can install the package via composer:
composer require pkboom/laravel-install-packages --dev
Publishing the config file
Publish the config file and add packages you want to add to your applications.
php artisan vendor:publish --provider="Pkboom\InstallPackages\InstallPackagesServiceProvider"
Install default packages
php artisan install:packages
Install optional packages
php artisan install:packages --optional