Skip to content

Lawrence72/nette-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

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.

How to install

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