“PHP Artisan mengoptimalkan perintah” Kode Jawaban

Undo PHP Artisan mengoptimalkan

php artisan optimize:clear
Asif Patel

PHP Artisan mengoptimalkan perintah

# Install application dependencies, such as the Laravel framework itself.
#
# If you run composer update in development and commit the `composer.lock`
# file to your repository, then `composer install` will install the exact
# same versions in production.
composer install --no-interaction

# Clear the old boostrap/cache/compiled.php
php artisan clear-compiled

# Recreate boostrap/cache/compiled.php
php artisan optimize

# Migrate any database changes
php artisan migrate
Alert Ape

Jawaban yang mirip dengan “PHP Artisan mengoptimalkan perintah”

Pertanyaan yang mirip dengan “PHP Artisan mengoptimalkan perintah”

Lebih banyak jawaban terkait untuk “PHP Artisan mengoptimalkan perintah” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya