lichunlong0630 / phptools
auth package for thinkphp6
Installs: 8
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-10-23 03:13:38 UTC
README
仅用于学习和研究
- 1)基于Thinkphp6 的 Auth,基础来源于5ini99的think-auth,略做修改。
- 2)基于Thinkphp6 的 Jump,基础来源于liliuwei/thinkphp-jump,略做修改。
安装
- 1)安装主框架
composer create-project topthink/think tp 6.0.* //cmd 切换至tp目录,安装一下类库
- 2)安装权限管理和Jump插件类库
composer require lichunlong0630/phptools
- 3)安装View引擎
composer require topthink/think-view
- 4)安装验证码类库
composer require topthink/think-captcha
- 5)安装日志类库
composer require topthink/think-log
- 6)安装Excel处理类库
composer require phpoffice/phpspreadsheet