Composer Dump Autoload
composer_dump_autoloadRebuild the autoloader cache to incorporate changes in Composer-managed dependencies and class definitions. Supports optimized, classmap-authoritative, and APCu modes.
Instructions
composer dump-autoload çalıştırarak autoloader önbelleğini yeniler.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apcu | No | APCu autoloader kullan. | |
| optimize | No | Optimize edilmiş autoloader üret. Varsayılan: true. | |
| projectPath | No | İsteğe bağlı proje kökü (otomatik tespit edilir). | |
| classmapAuthoritative | No | Sadece classmap autoloader. |