Add Page class for Frontend
- Move frontend logic (stylesheet, footerscript, content) to Page class
This commit is contained in:
parent
258c8bd905
commit
9f68e6b589
3 changed files with 485 additions and 279 deletions
|
@ -95,6 +95,11 @@ return [
|
|||
$_SERVER,
|
||||
],
|
||||
],
|
||||
App\Page::class => [
|
||||
'constructParams' => [
|
||||
[Dice::INSTANCE => '$basepath'],
|
||||
],
|
||||
],
|
||||
/**
|
||||
* Create a Logger, which implements the LoggerInterface
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue