https://github.com/dacheng-gao/yii2-app-api
Yii2 Api Project Template
https://github.com/dacheng-gao/yii2-app-api
api framework template yii2
Last synced: about 2 months ago
JSON representation
Yii2 Api Project Template
- Host: GitHub
- URL: https://github.com/dacheng-gao/yii2-app-api
- Owner: dacheng-gao
- License: mit
- Created: 2020-11-21T06:31:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T01:53:05.000Z (about 4 years ago)
- Last Synced: 2025-02-18T03:27:43.971Z (over 1 year ago)
- Topics: api, framework, template, yii2
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii 2 Api Project Template
## Install
```
$ composer create-project success/yii2-app-api
```
## Init
```
$ cd yii2-app-api
$ php init
```
## Run
```
$ php yii serve -t @api/public