Fulltext results:
- Let's Talk - Building a Modular PHP Framework from Scratch
- license.org/) * @author Louis Ouellet <louis@laswitchtech.com> */ namespace LaswitchTech\Core; use LaswitchTech\Core\Configurator; // Soon replaced with Config use LaswitchTech\Core\Module; use Exception; class Bootstrap {