egmu / mymart-Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vfbot-wa

Yii 2 Advanced Project Mymart


Instalasi

💻 Clone Repo & Make Advanced

> git clone https://github.com/egmu/mymart1.git
> cd mymart1
> php init

Change DataBase

Change file main-local.php

'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=localhost;dbname=YourDataBaseName',
            'username' => 'root',
            'password' => '',
            'charset' => 'utf8',
        ],

Run Mymart-Store

In Crome/Your Browser

> mymart-Store/frontend/web
> mymart-Store/backend/web

DIRECTORY STRUCTURE


common
    config/              contains shared configurations
    mail/                contains view files for e-mails
    models/              contains model classes used in both backend and frontend
    tests/               contains tests for common classes    
console
    config/              contains console configurations
    controllers/         contains console controllers (commands)
    migrations/          contains database migrations
    models/              contains console-specific model classes
    runtime/             contains files generated during runtime
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application    
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

About

License:Other


Languages

Language:PHP 97.2%Language:CSS 0.9%Language:Shell 0.8%Language:Awk 0.5%Language:Batchfile 0.4%Language:Dockerfile 0.1%