ArtisanToolbox Bundle brings all ArtisanToolbox packages together in a single, convenient installation.
You can install the package via Composer:
composer require artisan-toolbox/bundleYou may publish all of the package's resources at once:
php artisan vendor:publish --tag="bundle"Or, you may publish each resource individually:
php artisan vendor:publish --tag="bundle-config"php artisan vendor:publish --tag="bundle-migrations"
php artisan migratephp artisan vendor:publish --tag="bundle-views"php artisan vendor:publish --tag="bundle-lang"php artisan vendor:publish --tag="bundle-assets"Please see CHANGELOG for more information on what has changed recently.
Thank you for considering contributing to Artisan Toolbox Bundle! Please review our contributing guide to get started.
Please review our security policy on how to report security vulnerabilities.
Artisan Toolbox Bundle is open-sourced software licensed under the MIT license.