jrealm/dungeons

dev-master 2021-02-04 05:55 UTC

This package is auto-updated.

Last update: 2024-04-04 12:53:06 UTC


README

  1. 建立 composer.json

     {
         "require": {
             "jrealm/dungeons": "dev-master"
         },
         "scripts": {
             "post-update-cmd": [
                 "sh vendor/jrealm/dungeons/doc/install"
             ]
         }
     }
    
  2. 執行

     composer install
    

檔案與目錄

名稱 說明
class/ PHP 類別
composer.json 套件管理
config/ 系統設定
controller/ Controller
doc/ 說明文件
include/ App 啟動程序
menu/ 選單
message/ 語言包
table/ Model 描述
twig/ Twig 樣板引擎 function/filter
validator/ 資料驗證器
view/ View 樣板
www/ 網頁靜態檔案 html/css/js