Update upgrade.md

This commit is contained in:
Taylor Otwell 2018-02-08 10:46:55 -06:00 committed by GitHub
parent 578a6653b5
commit ad75e7f79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -45,9 +45,7 @@ Passing `null` to the `Arr::wrap` method will now return an empty array.
#### The `optimize` Command
The previously deprecated `optimize` Artisan command has been removed. With recent improvements to PHP itself including the OPcache, the `optimize` command no longer provides any relevant performance benefit.
You should remove `php artisan optimize` from your `composer.json` scripts.
The previously deprecated `optimize` Artisan command has been removed. With recent improvements to PHP itself including the OPcache, the `optimize` command no longer provides any relevant performance benefit. Therefore, you may remove `php artisan optimize` from the `scripts` within your `composer.json` file.
### Blade