This a template for starting Nette projects with modules enabled.
This will set up a basic routing, a presenter, latte, model and business logic. The homepage should display "hello world" if it has installed correctly.
Run: composer create-project lawrence72/nette-boilerplate [projectname]
Run: vagrant up
Go to http://192.168.56.10 in your browser.
This comes with adminer for database administration. Go to: http://192.168.56.10/adminer.php to access the database.
Database username: root
Database password: root