目录结构
📦server
┣ 📂app
┃ ┣ 📂admin
┃ ┣ 📂command
┃ ┣ 📂common
┃ ┃ ┣ 📂dao
┃ ┃ ┣ 📂enum
┃ ┃ ┣ 📂event
┃ ┃ ┣ 📂middleware
┃ ┃ ┣ 📂model
┃ ┃ ┣ 📂process
┃ ┃ ┣ 📂queue
┃ ┃ ┣ 📂scopes
┃ ┃ ┃ ┣ 📂global
┃ ┃ ┃ ┗ 📂query
┃ ┃ ┗ 📂services
┃ ┣ 📂queue
┃ ┗ 📜functions.php
┣ 📂config
┃ ┣ 📂plugin
┃ ┣ 📜app.php
┃ ┣ 📜autoload.php
┃ ┣ 📜bootstrap.php
┃ ┣ 📜cache.php
┃ ┣ 📜captcha.php
┃ ┣ 📜container.php
┃ ┣ 📜database.php
┃ ┣ 📜dependence.php
┃ ┣ 📜event.php
┃ ┣ 📜exception.php
┃ ┣ 📜log.php
┃ ┣ 📜madong.php
┃ ┣ 📜middleware.php
┃ ┣ 📜process.php
┃ ┣ 📜redis.php
┃ ┣ 📜route.php
┃ ┣ 📜server.php
┃ ┣ 📜session.php
┃ ┣ 📜static.php
┃ ┣ 📜task.php
┃ ┣ 📜thinkorm.php
┃ ┣ 📜translation.php
┃ ┣ 📜upload.php
┃ ┗ 📜view.php
┣ 📂core
┣ 📂public
┣ 📂resource
┃ ┗ 📂lang
┃ ┃ ┣ 📂en
┃ ┃ ┃ ┣ 📜menu.php
┃ ┃ ┃ ┗ 📜messages.php
┃ ┃ ┗ 📂zh_CN
┃ ┃ ┃ ┣ 📜menu.php
┃ ┃ ┃ ┗ 📜messages.php
┣ 📂runtime
┣ 📂scripts
┃ ┣ 📂config
┃ ┃ ┣ 📜configuration.php
┃ ┃ ┣ 📜database.php
┃ ┃ ┣ 📜dict.php
┃ ┃ ┣ 📜menu.php
┃ ┃ ┣ 📜tenant.php
┃ ┃ ┗ 📜user.php
┃ ┣ 📂migrations
┃ ┃ ┗ 📜.gitignore
┃ ┣ 📂seeds
┃ ┃ ┗ 📜.gitignore
┃ ┣ 📂sql
┃ ┃ ┣ 📜20250602-full.sql
┃ ┃ ┗ 📜install.sql
┃ ┗ 📜lib.txt
┣ 📂support
┃ ┣ 📜bootstrap.php
┃ ┣ 📜helpers.php
┃ ┣ 📜Request.php
┃ ┗ 📜Response.php
┣ 📜.example.env
┣ 📜.gitignore
┣ 📜composer.json
┣ 📜composer.lock
┣ 📜directory_structure.txt
┣ 📜install.lock
┣ 📜LICENSE
┣ 📜README.md
┣ 📜start.php
┣ 📜webman
┣ 📜windows.bat
┗ 📜windows.php