Skip to content
On this page

Introduction

Workbench provides a set of configurable actions and commands to allow previewing, interacting, and serving your Laravel packages during development.

This component is accessible via orchestra/testbench without any further requirements.

Installing

You can install Workbench using the following command:

bash
composer require --dev "orchestra/testbench"

Next, you can run the following command to scaffold your package with the recommended setup:

bash
vendor/bin/testbench workbench:install

Version Compatibility

LaravelWorkbench
9.x7.x
10.x8.x

Configuration

Please refer to Configuration documentation for further details.