https://github.com/linlaz/yii-mazer
https://github.com/linlaz/yii-mazer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linlaz/yii-mazer
- Owner: linlaz
- License: bsd-3-clause
- Created: 2023-11-24T16:42:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-24T16:46:39.000Z (over 1 year ago)
- Last Synced: 2025-01-11T09:47:15.207Z (5 months ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Yii 2 Basic Project Template With Mazer Template
## Dependencies
```bash
php: >=7
yii2: *
yii2-bootstrap5: *
```## Run Locally
Clone the project
```bash
git clone https://github.com/linlaz/yii-mazer.git
```Go to the project directory
```bash
cd yii-mazer
```Install dependencies
```bash
composer install
```Start the server
```bash
php yii serve
```