Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashgupta-dev/mysara
- Owner: yashgupta-dev
- Created: 2023-11-04T09:15:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-17T15:24:12.000Z (5 months ago)
- Last Synced: 2024-08-17T16:35:53.663Z (5 months ago)
- Topics: core-php-project, e-commerce, php, smarty-template-engine
- Language: CSS
- Homepage:
- Size: 31.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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