Loader

This array contains an ordered list of folders from which all php files will be automatically included.
The files inside the folder will be loaded randomly so if you have any dependencies you have to use the jRequire("file.php"); command.
Using the modules/* syntax means that the modules folder is a folder that contains subfolders to include.

[
  "modules/*",
  "bundles/models",
  "bundles/controllers"
]