1
1
Fork 0

Add Page class for Frontend

- Move frontend logic (stylesheet, footerscript, content) to Page class
This commit is contained in:
Philipp Holzer 2019-08-15 20:52:42 +02:00
commit 9f68e6b589
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
3 changed files with 485 additions and 279 deletions

View file

@ -95,6 +95,11 @@ return [
$_SERVER,
],
],
App\Page::class => [
'constructParams' => [
[Dice::INSTANCE => '$basepath'],
],
],
/**
* Create a Logger, which implements the LoggerInterface
*