Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zulfikar-ditya/smart-village-pkl

yii2 app simple smart village
https://github.com/zulfikar-ditya/smart-village-pkl

php yii yii2

Last synced: 26 days ago
JSON representation

yii2 app simple smart village

Awesome Lists containing this project

README

        

# Yii Simple Smart Village

## How To Use




### Change Diresctory to xampp

```
cd C:\xampp\htdocs\yii\ || md C:\xampp\htdocs\yii
```

### Git Clone or Download This Repository And Move to Folder Above

```
git clone https://github.com/zulfikar-dityaa/smart-village-pkl.git smart_village
```

### Run Command

```
php init
```

> And choose 0 or development

### Make a Database, the name is
```
smart_village
```
> or using this command
> ```
> mysql -u root -p
> ```
>
> ```
> create database smart_village;
> ```
>
> ```
> exit();
> ```

### Make Migration
> run command
```
php yii migrate
```

### Open in Browser
- make sure your apache and mysql is running
>frontend
```
http://localhost/yii/smart_village/frontend/web/
```

>backend
```
http://localhost/yii/smart_village/backtend/web/
```

### Reset Password For User
- admin
- operator
> for accessing the backend pages

## Android App
```
https://github.com/zulfikar-dityaa/android-smart-village
```