The installation script should have already created the files mentioned on this page. We mention them explicitly because you will need to visit them to fully configure your development environment.
- duplicate
config/autoload/cors.local.php.distasconfig/autoload/cors.local.php
If your API is consumed by another application, make sure to configure the
allowed_originsvariable.
-
duplicate
config/autoload/local.php.distasconfig/autoload/local.php -
duplicate
config/autoload/mail.local.php.distasconfig/autoload/mail.local.php
If your API sends emails, make sure to fill in SMTP connection params
- optional: to run/create tests, duplicate
config/autoload/local.test.php.distasconfig/autoload/local.test.php
This creates a new in-memory database that your tests will run on.