layui admin
1.0.0
Laui-관리자
【thinkphp6.0】thinkphp 기반의 백엔드 관리 시스템.
개발 문서 DEMO [제출 중]
1단계: TP 설치
$ composer create-project topthink/think tp && cd tp
2단계: 이 프레임워크 설치
$ composer require thans/layui-admin
3단계:
$ php think layuiAdmin:install
4단계:
먼저 데이터베이스 구성
$ php think migrate:run
설치가 완료되었습니다. 방문: http://hostname/admin/login.html
비밀번호를 123456으로 재설정하세요.
$ php think layuiAdmin:repwd -p 123456
무작위로 비밀번호 재설정
$ php think layuiAdmin:repwd
인터페이스 미리보기
MIT