|
|
看到是一个pt站点的图床源码,就拿过来给大家分享下,还算比较简洁,后台功能满足日常需求:
[ol]源码运行要求:PHP 5.6.4+ (7.0 preferred)PHP Extensions: openssl, mcrypt and mbstring, phpredisDatabase server: MySQL or MariaDBRedis ServerComposerNode.js with npm简单安装流程:clone the repository: git clone https://github.com/bhutanio/imagehost.git imagehostcreate a databasecreate configuration env file .env refer to .env.exampleinstall: composer install --no-devsetup database tables: php artisan migrate[/ol]复制代码
演示站:https://imagez.to
下载地址:https://github.com/bhutanio/imagehost |
|