1. Home
  2. ›
  3. Laravel
  4. ›
  5. 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