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

https://github.com/andy87/nano-app-demo

Demo app on PHP framework 'nano' v1
https://github.com/andy87/nano-app-demo

Last synced: about 1 month ago
JSON representation

Demo app on PHP framework 'nano' v1

Awesome Lists containing this project

README

          

# App template on PHP framework 'nano' v1

# 🔌 Setup.

### 1. SCV
1.1 With console go to directory when you want download app
1.2 exec clone command:
⌨ `git clone git@github.com:andy87/nano-app.git`

### 2. Required

If **composer** local don't install, then download **composer.phar** from
official homepage to root project directory.

Exec console command, if **composer**:

| local install | local dont install |
|--------------------|-----------------------------|
| `composer install` | `php composer.phar install` |

__________