Hierarchy

apps – websites and services; examples… admin api website bin – cli scripts config – configuration files (to be reviewed and adjusted in future as needed) var – temporary and transient files (configurable) cache – cache files log – log files tmp – temporary files vendor – composer installed dependencies limeq – limeQ packages lime… Continue reading Hierarchy

Project Dependencies

It is my goal to minimize the dependencies of the project to remain inline with my plan to keep this framework as simple as possible. However, it is inevitable that some dependencies cannot be avoided, while others may be needed until I can eliminated in the future.