// docs
Artisan commands
Run and save normal Artisan commands on the selected connection.
Switch the runner to Artisan mode when you want to run a normal command instead of a PHP snippet. LaraBench runs the command from the selected Laravel app path and records the result in history.
- Use Artisan mode for commands such as about, queue status checks, cache inspection, and custom app commands.
- Save commands you reuse so they can be loaded back into the runner.
- Treat destructive commands with the same care you would in a terminal.
php artisan about
php artisan route:list
php artisan queue:failed