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

Maintainers

Package info

github.com/artisan-toolbox/bundle

pkg:composer/artisan-toolbox/bundle

Transparency log

Fund package maintenance!

artisan-toolbox

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.x-dev 2026-08-04 23:46 UTC

This package is not auto-updated.

Last update: 2026-08-05 02:57:23 UTC


README

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.