zulfikar-ditya / yii-todo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Yii 2 Todo App

How To Use

Change Dir To Xampp

cd C:\xampp\htdocs

Git Clone And Change Dir

clone

git clone  https://github.com/zulfikar-dityaa/yii-todo-app.git yii_todo

chage dir

cd yii_todo

Initialize Project

php init

then choose development

Change Db Name

open file

common\config\main-local.php

change the databases name and password or username

Make migrations

yii migrate

open Browser

  • frontend

    localhost/yii_todo/frontend/web/

  • backend

    localhost/yii_todo/backend/web/

and enjoy

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 92.3%Language:CSS 2.9%Language:Shell 2.4%Language:Awk 1.5%Language:Batchfile 0.7%Language:Dockerfile 0.2%