Laravel 10.xのartisanの「config:clear」コマンドを解説します。
Description
設定キャッシュファイル(bootstrap/cache/config.php)を削除します。
Usage
php artisan config:clear
Options
オプションはありません。
Example
no options
php artisan config:clear
INFO Configuration cache cleared successfully.
コメント