Laravel - Configuration and Environment
Which artisan command is used to generate a new application key in Laravel and automatically update the
.env file?.env file?php artisan key:generate generates a new application key and updates the .env file.config:cache caches config, migrate runs migrations, and make:key is not a valid command.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions