Clear Laravel caches
clear_laravel_cacheClears all Laravel caches including views, routes, config, and compiled files by running artisan optimize:clear on auto-detected projects.
Instructions
Runs php artisan optimize:clear in an auto-detected Laravel application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |