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
- Host: GitHub
- URL: https://github.com/andy87/nano-app-demo
- Owner: andy87
- Created: 2022-12-05T19:30:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T21:46:54.000Z (over 3 years ago)
- Last Synced: 2025-03-02T18:50:56.697Z (over 1 year ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |
__________