文件名称:laravel_jwt_demo:Laravel 6.0 结合 jwt 多用户模型认证案例
文件大小:292KB
文件格式:ZIP
更新时间:2024-05-26 09:29:48
HTML
Laravel 6.0 结合 jwt 认证案例。 项目中实现了多用户模型,User 与 Admin,各自生成token,各自认证自己的功能模块。
【文件预览】:
laravel_jwt_demo-master
----bootstrap()
--------cache()
--------app.php(2KB)
----.env.example(726B)
----.DS_Store(6KB)
----.gitattributes(111B)
----public()
--------robots.txt(24B)
--------favicon.ico(0B)
--------index.php(2KB)
--------.htaccess(593B)
--------test.html(522KB)
----yarn.lock(207KB)
----database()
--------migrations()
--------.gitignore(26B)
--------factories()
--------seeds()
----artisan(2KB)
----webpack.mix.js(538B)
----config()
--------services.php(950B)
--------view.php(1KB)
--------database.php(5KB)
--------hashing.php(2KB)
--------jwt.php(10KB)
--------queue.php(3KB)
--------logging.php(3KB)
--------filesystems.php(2KB)
--------broadcasting.php(2KB)
--------session.php(7KB)
--------app.php(9KB)
--------auth.php(3KB)
--------cache.php(3KB)
--------mail.php(5KB)
----composer.lock(194KB)
----phpunit.xml(2KB)
----README.md(150B)
----resources()
--------views()
--------js()
--------lang()
--------sass()
----.styleci.yml(174B)
----.editorconfig(220B)
----tests()
--------Bootstrap.php(1KB)
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----.gitignore(169B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------User.php(953B)
--------Http()
--------Providers()
--------Admin.php(954B)
--------Exceptions()
--------Console()
----server.php(563B)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------api.php(2KB)
--------web.php(455B)
----package.json(1013B)
----composer.json(2KB)