Do you like Web-project? Are you looking forward to the new features?
bc1qrq9egf99a6z3576twggrp6uv5td5r3pq0j4awe
Thank you!
composer create-project inteve/web-project <directory>
- change namespace
InteveApp
to something else - change contacts in
www/.well-known/security.txt
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"
}
}