muyuxuan / muadmin
webman的fastadmin
dev-master
2025-12-27 09:35 UTC
Requires
- php: >=8.1
- guzzlehttp/guzzle: ^7.10
- monolog/monolog: ^2.0
- nelexa/zip: ^3.3 || ^4.0
- overtrue/pinyin: ^6.0
- phpoffice/phpspreadsheet: ^5.3
- symfony/translation: ^6.4
- topthink/think-template: ^3.0
- topthink/think-validate: ^3.0
- vlucas/phpdotenv: ^5.6
- webman/cache: ^2.1
- webman/captcha: ^1.0
- webman/console: ^2.1
- webman/event: ^1.0
- webman/push: ^1.1
- webman/redis: ^2.1
- webman/think-orm: ^2.1
- workerman/webman-framework: ^2.1
This package is not auto-updated.
Last update: 2026-01-06 08:35:11 UTC
README
介绍
这是fastadmin的webman实现
软件架构
软件架构说明
安装教程
1:安装webman:composer create-project workerman/webman:~2.0 2:安装muadmin:composer require muyuxuan/muadmin:dev-master
使用说明
注意: 1:Db类必须引入use think\facade\Db,模型没有get方法; 2:request请求使用的webman的方法和think的不太一致,最好使用input 3:模版的方法:this->view->assign参数为数组 4:模版方法fetch无参数必须使用$this->fetch(),进行了优化