- Replaced
igorw/config-service-provider
withvlucas/phpdotenv
. With this method there is more flexibility to deploy the API.env.dist
gives you the same configuration asconfig.json.dist
gave you before. But you will need to recreate your config if you adjusted the configuration. Note thatTOGGLE__ALLOWED_ORIGINS
should be a JSON string and the name for the redis connection changed fromuri
todsn
(TOGGLE__REDIS_DSN
).