Skip to content

Repository files navigation

Artisan Toolbox Bundle

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

ArtisanToolbox Bundle brings all ArtisanToolbox packages together in a single, convenient installation.

Installation

You can install the package via Composer:

composer require artisan-toolbox/bundle

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="bundle"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="bundle-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="bundle-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="bundle-views"

Publishing the Translations

php artisan vendor:publish --tag="bundle-lang"

Publishing the Public Assets

php artisan vendor:publish --tag="bundle-assets"

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Artisan Toolbox Bundle! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Artisan Toolbox Bundle is open-sourced software licensed under the MIT license.

About

ArtisanToolbox Bundle brings all ArtisanToolbox packages together in a single, convenient installation.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages