/Mysara

From scratch using developing e-commerce mvc framework

Primary LanguageCSS

MVC project php version 8.x and smarty

config.php.clone

Replace this file with config.php and if you are running this project in any directory then replace Your-Directory with your project directory other wise remove it.

composer

After setup run composer install command to install required libraries.

Folder Structure

  • App

    • Controllers
    • Core
    • Functions
    • Model
  • Core

    • engine
    • logs
    • storage
    • View.php (this file is not in used, now this MVC poject using smarty)
    • Web.php
  • Public

  • admin.php

  • composer.json

  • index.php