【Laravel】artisanのoptimizeコマンドを解説

チートシート

Laravel 10.xのartisanの「optimize」コマンドを解説します。

Description

フレームワークのブートストラップファイルのキャッシュを作成します。

実体は以下のコマンドを実行しています。

Usage

php artisan optimize

Options

オプションはありません。

Example

no options

php artisan optimize
   INFO  Caching the framework bootstrap files.  

  config ................................................................................................................................. 12ms DONE
  routes ................................................................................................................................. 54ms DONE

Source

10.x

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

コメント

タイトルとURLをコピーしました