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

https://github.com/linlaz/yii-mazer


https://github.com/linlaz/yii-mazer

Last synced: 3 months ago
JSON representation

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
```