Let's get your hands on your newly created application.
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.
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.
View files can be found in src/views/layouts
.
/debug
TBD
vendor
Help us to improve the documentation, fork this page.