Laravel 10.x以降のartisanの「config:clear」コマンドを解説します。
Description
コンパイルされたすべてのビュー・ファイル(storage/framework/views/)を消去します。
Usage
php artisan view:clear
Options
オプションはありません。
Example
php artisan view:clear
INFO Compiled views cleared successfully.
Source
10.x
framework/src/Illuminate/Foundation/Console/ViewClearCommand.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/ViewClearCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント