3-01 4,244 views
github地址:https://github.com/LavaLite/cms
– PHP >= 7.1
– OpenSSL PHP Extension
– PDO PHP Extension
– Mbstring PHP Extension
– Tokenizer PHP Extension
– Fileinfo PHP Extension
– GD Library
– Imagick PHP Extension
安装:
composer create-project LavaLite/cms –prefer-dist website
运行命令:
php artisan lavalite:install
php artisan key:generate // run this command if key not generated while installing.
后台地址:http://path-to-route-folder/public/admin
用户界面:
http://path-to-route-folder/public/user
User: user@lavalite.org
Password: user@lavalite
web页面:
http://path-to-route-folder/public/client
User: client@lavalite.org
Password: client@lavalite