Skip to content

From scratch using developing e-commerce mvc framework

Notifications You must be signed in to change notification settings

yashgupta-dev/Mysara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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