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
- Host: GitHub
- URL: https://github.com/codexten/yii-starter-app
- Owner: codexten
- Created: 2019-02-01T16:57:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T06:10:23.000Z (over 6 years ago)
- Last Synced: 2025-04-02T11:49:40.177Z (over 1 year ago)
- Topics: codexten, yii2
- Language: PHP
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```