pkboom/laravel-install-packages

0.1.8 2022-02-12 23:07 UTC

This package is auto-updated.

Last update: 2024-03-13 17:46:36 UTC


README

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