Skip to content

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 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

Packages are distributed through Packagist and installed with Composer:

Terminal window
composer require artisan-toolbox/<package>

Replace <package> with the package name, such as core or dump-to-console.

Read Choose a Package for a quick comparison, or browse the complete package catalog.