Boot(strap) poduptime
DRY up the code by creating a dedicated boot.php
(or bootstrap.php
) that initialises everything, from including composer packages, config, DB connection, logging, etc.
DRY up the code by creating a dedicated boot.php
(or bootstrap.php
) that initialises everything, from including composer packages, config, DB connection, logging, etc.