New project structure #6

Merged
akrdzic merged 24 commits from new-project-structure into master 2018-07-31 13:43:29 +02:00
Showing only changes of commit 6eb1cf5b39 - Show all commits

View File

@@ -53,7 +53,7 @@ Frontend is running on http://localhost:8080 and backend on http://localhost:808
1) Environment variables 1) Environment variables
For handling environment variables during local development we use `dotenv` library which will load all variables from `local.env` file For handling environment variables during local development we use [dotenv](https://github.com/vlucas/phpdotenv) library which will load all variables from `local.env` file
if such file is present. These variables will then be accessible inside wordpress. if such file is present. These variables will then be accessible inside wordpress.
cp environment.env local.env cp environment.env local.env