Laravel 10.x以降のartisanの「view:cache」コマンドを解説します。
Description
アプリケーションのすべてのBladeテンプレートをコンパイルします。
Usage
php artisan view:cache
Options
オプションはありません。
Example
php artisan view:cache
INFO Blade templates cached successfully.
Stub
Option | Stub file name |
---|---|
Source
10.x
framework/src/Illuminate/Foundation/Console/ViewCacheCommand.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/ViewCacheCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント