Skip to content

Commit

Permalink
[5.7] Add config:clear to optimize command (#23473)
Browse files Browse the repository at this point in the history
* Add config:clear to optimize command

#23468 (comment)

* Update OptimizeClearCommand.php
  • Loading branch information
vinkla authored and taylorotwell committed Mar 10, 2018
1 parent 1d08883 commit f26ee35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/OptimizeClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function handle()
$this->call('view:clear');
$this->call('cache:clear');
$this->call('route:clear');
$this->call('config:clear');
$this->call('clear-compiled');

$this->info('Caches cleared successfully!');
Expand Down

0 comments on commit f26ee35

Please sign in to comment.