Creating your project
Installation is done via composer.
All views and layouts are kept in templates/views
and templates/layouts
folder.
Create your basic template templates/views/hello.php
and a very basic layout
Edit config/Common.php
and define service for view
and the template paths in registry.
Setting paths in registry is available from 2.1+
Edit modifyDispatcher
method to
Let us fire the php server
Now you can browse http://localhost:8000
or pass a get value to name as http://localhost:8000/?name=Hari
Enjoy using Aura!