April 2018
Beginner
226 pages
4h 47m
English
Let's take a quick look at an example config.json file:

In the config.json file, we store the metadata as a JSON object. We are specifying important information such as the project name, the environment of the project (which varies based on the server that the file is located on), any classes that have to be autoloaded during bootstrapping the application, and any classes or folders that we would want to exclude. Finally, using the RECURSIVE key, we also specify that there are folders and those folders have files.
Read now
Unlock full access