Laravel 10.x以降のartisanの「config:cache」コマンドを解説します。
Description
設定の読み込みを高速化するためのキャッシュファイル(bootstrap/cache/config.php)を作成します。
Usage
php artisan config:cache
Options
オプションはありません。
Example
no options
php artisan config:cache
INFO Configuration cached successfully.
Source
10.x
framework/src/Illuminate/Foundation/Console/ConfigCacheCommand.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/ConfigCacheCommand.php at 11.x · laravel/framework
The Laravel Framework. Contribute to laravel/framework development by creating an account on GitHub.
コメント