Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inteve/web-project
Default website project with Nette & Lean Mapper
https://github.com/inteve/web-project
leanmapper nette php web-project
Last synced: 19 days ago
JSON representation
Default website project with Nette & Lean Mapper
- Host: GitHub
- URL: https://github.com/inteve/web-project
- Owner: inteve
- License: other
- Created: 2016-05-18T06:26:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T16:32:11.000Z (about 3 years ago)
- Last Synced: 2024-11-13T14:30:05.953Z (3 months ago)
- Topics: leanmapper, nette, php, web-project
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
# Web-project
## Support Me
Do you like Web-project? Are you looking forward to the **new features**?
`bc1qrq9egf99a6z3576twggrp6uv5td5r3pq0j4awe`
Thank you!
## Installation
```
composer create-project inteve/web-project
```* 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"
}
}
```