gasparteixeira / api-boilerplate

A Symfony 4.2 REST API with JWT Authentication
MIT License
5 stars 0 forks source link

Error #1

Open sterichards opened 4 years ago

sterichards commented 4 years ago

[KO] Script cache:clear returned with error code 1 !! !! In ArrayNode.php line 331: !! !! Unrecognized options "dir_name, namespace" under "doctrine_migrations". Ava !! ilable options are "all_or_nothing", "check_database_platform", "connection !! ", "custom_template", "em", "migrations", "migrations_paths", "organize_mig !! rations", "services", "storage". !! !! !! Script @auto-scripts was called via post-update-cmd

gasparteixeira commented 4 years ago

on .env file change APP_ENV=dev to APP_ENV=prod run the composer again to update your dependencies: composer upgrade --prefer-stable if everything is okay set APP_ENV=dev because make command doesn't run for prod