Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashgupta-dev/mysara

From scratch using developing e-commerce mvc framework
https://github.com/yashgupta-dev/mysara

core-php-project e-commerce php smarty-template-engine

Last synced: about 2 months ago
JSON representation

From scratch using developing e-commerce mvc framework

Awesome Lists containing this project

README

        

#
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