Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/successgo/yii2-app-api
Yii2 Api Project Template
https://github.com/successgo/yii2-app-api
api framework template yii2
Last synced: 10 days ago
JSON representation
Yii2 Api Project Template
- Host: GitHub
- URL: https://github.com/successgo/yii2-app-api
- Owner: successgo
- License: mit
- Created: 2020-11-21T06:31:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T01:53:05.000Z (over 2 years ago)
- Last Synced: 2024-04-20T17:08:10.740Z (7 months 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