1. Home
  2. Laravel
  3. Production only install

This command will install only the production dependencies from your composer.json file. This is typically used when deploying application to production environments.

#laravel#composer
composer install --no-dev
copy
Full Laravel cheatsheet