Skip to content

Sky-Night-Kamhu-Mitor-Seuna/TwilightMart

Repository files navigation

☆ TwilightMart

不再更新

系統環境

Smarty開發流程示意圖

說明

安裝Apache

sudo dnf install httpd -y

安裝Composer

sudo dnf install composer -y

cd /var/www/html/  
composer install  

目錄

$ tree -L 2
.
├── 404                 // 404 Not found 頁面
├── api                 // API 
│   └── NewebPay        // 藍新金流
│   └── upload          // 檔案上傳
├── assets              // 素材資源
│   └── images          // 圖片素材
│   └── uploads         // 上傳檔案
├── cache               // 快取
├── classes             // 類別庫
├── configs             // 設定值
│   └── config.ini      // 一些基礎設定值(重要)
├── css                 // Css樣式
│   └── style_default   // 默認頁面設計
├── inc.global.php      // 全域配置
├── index.php           // 主頁
├── javascripts         // Js腳本
├── libs                // 函式庫
│   └── smarty          // Smarty函式庫
├── LICENSE             // MIT LICENSE
├── php                 // 頁面物件
├── plugins             // Smarty Plugin
├── sqlscripts          // 資料庫腳本
├── src                 // 不顯示在前後臺的背景執行php
├── templates           // 前端設計
│   └── style_default   // 頁面物件設計
└── templates_c         // 前端快取

當前版本快照


使用資源