https://github.com/humanintiative/yii2-app-advanced
Yii2 App Advanced Template
https://github.com/humanintiative/yii2-app-advanced
yii2 yii2-application-template
Last synced: over 1 year ago
JSON representation
Yii2 App Advanced Template
- Host: GitHub
- URL: https://github.com/humanintiative/yii2-app-advanced
- Owner: HumanIntiative
- Created: 2019-09-10T02:49:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T06:19:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T10:46:41.121Z (over 1 year ago)
- Topics: yii2, yii2-application-template
- Language: PHP
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## App Advanced PkpuDev
> Build for Pkpu Dev Team ·
A brief description of your project here.
### Cloning
Simply clone this repo to your computer and change to your liking
```shell
git clone git@github.com:pkpudev/yii2-app-advanced.git
```
### Installing packages
```shell
composer install -vvv
```
### Chmod
```shell
chmod 777 backend/runtime
chmod 777 backend/web/assets
chmod 777 frontend/runtime
chmod 777 frontend/web/assets
```
### Configure env file
```shell
cp .env-example .env
```
Use relevant configuration
### Coding
docker-compose run --rm backend yii migrate
docker-compose up -d
Access it in your browser by opening
- frontend: http://127.0.0.1:20080
- backend: http://127.0.0.1:21080
### Use Git
### Deploy
```shell
./rsync.sh
```