Getting Started
Artisan Toolbox is a collection of focused Laravel packages and developer tools. Each package can be adopted independently, while shared foundations live in the Core package.
Requirements
Section titled “Requirements”Requirements vary by package. Check the package page before installing it. The current package generation targets:
- PHP 8.5 or later
- Laravel 13 components
- Composer 2
Install a package
Section titled “Install a package”Packages are distributed through Packagist and installed with Composer:
composer require artisan-toolbox/<package>Replace <package> with the package name, such as core or dump-to-console.
Next step
Section titled “Next step”Read Choose a Package for a quick comparison, or browse the complete package catalog.

