jrealm / dungeons
Installs: 546
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Open Issues: 0
pkg:composer/jrealm/dungeons
Requires
- almasaeed2010/adminlte: ^3.0
 - filp/whoops: ^2.7
 - guzzlehttp/guzzle: ^7.0
 - jrealm/dungeons-core: ^1.0
 - mhor/php-mediainfo: ^5.1
 - monolog/monolog: ^2.0
 - nesbot/carbon: ^2.35
 - phpmailer/phpmailer: ^6.1
 - phpoffice/phpspreadsheet: ^1.12
 - tecnickcom/tcpdf: ^6.3
 - twbs/bootstrap: ^4.4
 - twig/string-extra: ^3.0
 - twig/twig: ^3.0
 
This package is auto-updated.
Last update: 2025-10-04 15:50:33 UTC
README
- 
建立 composer.json
{ "require": { "jrealm/dungeons": "dev-master" }, "scripts": { "post-update-cmd": [ "sh vendor/jrealm/dungeons/doc/install" ] } } - 
執行
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 |