File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ Keep an eye on any vulnerabilities whenever using `npm` to install or update pac
5656## General Considerations
5757
5858- ` *.global.php ` and ` *.php.dist ` configuration files are visible to the VCS, make sure ** not** to include sensitive data in commits.
59- - ` *.local.php ` configuration files are ignored by the VCS by default and are the recommended place for sensitive data such as API keys.
59+ - ` *.local.php ` configuration files are ignored by the VCS by default and are the recommended place for sensitive data such as API keys.
6060- Review ` config/autoload/cors.global.php ` to ensure your application is accessible by your preferred origins.
6161- Make sure the ` development mode ` is correctly set - ** do not** enable ` development mode ` in a production environment.
62- - You can use the following command to check the current status:
62+ - You can use the following command to check the current status:
6363
6464``` shell
6565composer development-status
You can’t perform that action at this time.
0 commit comments