【Laravel】artisanのclear-compiledコマンドを解説

チートシート

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

Description

コンパイル済みクラスファイルを削除します。

Usage

php artisan clear-compiled

Options

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

Example

no options

php artisan clear-compiled
   INFO  Compiled services and packages files removed successfully.  

Source

10.x

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

コメント

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