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