Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zulfikar-ditya/smart-village-pkl
- Owner: zulfikar-ditya
- License: bsd-3-clause
- Created: 2021-01-25T15:40:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T15:37:51.000Z (over 3 years ago)
- Last Synced: 2024-09-30T22:12:47.661Z (about 1 month ago)
- Topics: php, yii, yii2
- Language: PHP
- Homepage:
- Size: 32.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```