Add bootstrap factory for framework loading
This commit is contained in:
parent
ab5fa6d69e
commit
83bc1a1661
11 changed files with 254 additions and 45 deletions
14
app/Application.php
Normal file
14
app/Application.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
class Application
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function bootstrap(): void
|
||||
{
|
||||
// init application
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue