从GitHub上拉去SmartWiki的源码:
git clone https://github.com/mjy191/SmartWiki.git .
#git clone https://github.com/lifei6671/SmartWiki.git .
在根目录执行:
composer install
php artisan clear-compiled
php artisan optimize
php artisan key:generate
更改目录权限:
chmod -R +x SmartWiki
chmod -R 0775 .
网友评论