Laravel 10.x以降のartisanの「clear-compiled」コマンドを解説します。
Description
コンパイル済みクラスファイルを削除します。
Usage
php artisan clear-compiledOptions
オプションはありません。
Example
no options
php artisan clear-compiled INFO Compiled services and packages files removed successfully.


コメント