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.
Source
10.x
framework/src/Illuminate/Foundation/Console/ConfigClearCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
11.x
framework/src/Illuminate/Foundation/Console/ConfigClearCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント