Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

theaungmyatmoe/rina

Repository files navigation

This project is not compatible with PHP-8.

E-commerce

E-commerce site using custom php MVC framework.

Requirements

  • PHP 7.^
  • Composer 3.^

Installation


composer install

Setup Environment Variables


cp .env.example .env

Production

APP_DEBUG=Off

Status

  • Finished

Directory Structure


.
├── app
│  ├── classes
│  ├── config
│  ├── controllers
│  ├── functions
│  ├── models
│  └── routing
├── bootstrap
│  └── cache
├── public
│  └── assets
│  ├── css
│  ├── images
│  ├── js
│  ├── sass
│  └── uploads
└── resources
 └── views
 ├── admin
 │  ├── category
 │  └── product
 ├── layouts
 └── user

About

E-commerce site using custom php MVC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

AltStyle によって変換されたページ (->オリジナル) /