lawrence72/nette-boilerplate

Nette Boiler Plate

v1.0.2 2023-01-08 07:19 UTC

This package is auto-updated.

Last update: 2024-04-08 10:15:30 UTC


README

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