Choose a Package
Choose the smallest package that solves the problem in front of you. Dependencies shared across multiple packages are installed automatically by Composer.
| Package | Use it when you need to |
|---|---|
| Core | Use shared foundations required by other Artisan Toolbox packages |
| Dump to Console | Inspect Laravel values in a separate console without changing the response |
| Maintainer | Standardize quality checks, commits, versioning, and releases |
Application-facing packages may depend on Core. Maintainer is a standalone development tool and does not need to be installed in production.

