Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 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
```

* 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"
}
}
```