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

https://github.com/codexten/yii-starter-app

Yii starter app with admin panel for yii 2.0 or higher
https://github.com/codexten/yii-starter-app

codexten yii2

Last synced: 2 months ago
JSON representation

Yii starter app with admin panel for yii 2.0 or higher

Awesome Lists containing this project

README

          

# project setup

```
git clone https://github.com/codexten/yii-starter-app.git project-name/project-name-0.1
cd project-name/project-name-0.1
cp .env.dist .env
cp hidev-local.yml.dist hidev-local.yml
composer update --prefer-dist --no-progress --profile
./vendor/bin/hidev deploy
./vendor/bin/hidev app/setup
```