Frontend

November 28, 2017 ยท View on GitHub

Let's get your hands on your newly created application.

Frontend assets

The asset package in the application is prepared for customization of Bootstap 3 with LESS files, but you can use any CSS-Framework you like in the application frontend.

The phd Docker images, come with a build in lessc binary to create the CSS files by the asset command or on-the-fly.

See also Yii 2.0 Assets.

Views & controllers

You application views are located in /views/site. They are basically old-school PHP files which get their data prepared in controller actions.

See also Yii 2.0 Views.

Layout & navigation

View files can be found in src/views/layouts.

Debugging application

  • /debug

Events

Context menu items

TBD