Download the PHP package xu620/fast-muban without Composer
On this page you can find all versions of the php package xu620/fast-muban. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xu620/fast-muban
More information about xu620/fast-muban
Files in xu620/fast-muban
Download xu620/fast-muban
More information about xu620/fast-muban
Files in xu620/fast-muban
Vendor xu620
Package fast-muban
Short Description the fastest admin framework
License Apache-2.0
Homepage https://www.fastadmin.net/
Package fast-muban
Short Description the fastest admin framework
License Apache-2.0
Homepage https://www.fastadmin.net/
Please rate this library. Is it a good library?
Informations about the package fast-muban
安装使用
环境要求
安装
- 下载前端插件依赖包
bower install - 下载PHP依赖包
composer install -
导入数据库 muban.sql
- nginx配置伪静态
location / { index index.html index.htm index.php; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }
- api文档生成
apidoc -i application/api/apidoc/ -o public/apidoc/
生成完 访问路径为 http://***.com/apidoc
All versions of fast-muban with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
topthink/framework Version 5.1.*
endroid/qr-code Version ^3.9
topthink/think-captcha Version ^2.0
mtdowling/cron-expression Version ^1.2
phpmailer/phpmailer Version ~6.1.6
overtrue/pinyin Version ~3.0
phpoffice/phpspreadsheet Version ^1.2
topthink/think-testing Version ^2.0
nelexa/zip Version ^3.3
symfony/var-exporter Version ^4.4.13
ext-json Version *
ext-curl Version *
ext-pdo Version *
ext-bcmath Version *
yidasu/fastadmin-addons Version 1.0.*
overtrue/easy-sms Version ^1.3
topthink/think-queue Version 2.*
overtrue/wechat Version ~5.0
firebase/php-jwt Version ^5.2
griffinledingham/php-apple-signin Version ^1.1
topthink/framework Version 5.1.*
endroid/qr-code Version ^3.9
topthink/think-captcha Version ^2.0
mtdowling/cron-expression Version ^1.2
phpmailer/phpmailer Version ~6.1.6
overtrue/pinyin Version ~3.0
phpoffice/phpspreadsheet Version ^1.2
topthink/think-testing Version ^2.0
nelexa/zip Version ^3.3
symfony/var-exporter Version ^4.4.13
ext-json Version *
ext-curl Version *
ext-pdo Version *
ext-bcmath Version *
yidasu/fastadmin-addons Version 1.0.*
overtrue/easy-sms Version ^1.3
topthink/think-queue Version 2.*
overtrue/wechat Version ~5.0
firebase/php-jwt Version ^5.2
griffinledingham/php-apple-signin Version ^1.1
The package xu620/fast-muban contains the following files
Loading the files please wait ...