Skip to content

Default website project with Nette & Lean Mapper

License

Notifications You must be signed in to change notification settings

inteve/web-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-project

Support Me

Do you like Web-project? Are you looking forward to the new features?

PayPal or credit/debit card

Bitcoin bc1qrq9egf99a6z3576twggrp6uv5td5r3pq0j4awe

Thank you!

Installation

composer create-project inteve/web-project <directory>
  • change namespace InteveApp to something else
  • change contacts in www/.well-known/security.txt

Notice: Composer PHP version

This project forces PHP 7.2 as your PHP version for Composer packages. If you have older version on production server you should change it in composer.json:

"config": {
	"platform": {
		"php": "5.6"
	}
}