layui admin
1.0.0
layui-admin
【thinkphp6.0】Backend management system based on thinkphp.
Development document DEMO [under filing]
Step 1: Install TP
$ composer create-project topthink/think tp && cd tp
Step 2: Install this framework
$ composer require thans/layui-admin
Step three:
$ php think layuiAdmin:install
Step 4:
Configure the database first
$ php think migrate:run
The installation is complete. Visit: http://hostname/admin/login.html
Reset password to 123456
$ php think layuiAdmin:repwd -p 123456
Reset password randomly
$ php think layuiAdmin:repwd
Interface preview
MIT