文件名称:laravel-jwt-auth-product:此存储库是为在Laravel 5.6中使用jwt身份验证教程中的Restful API创建的
文件大小:208KB
文件格式:ZIP
更新时间:2024-06-05 22:26:26
jwt laravel jwt-authentication PHP
Laravel 5.6中的Restful API使用jwt身份验证 如何安装 克隆存储库 在.env文件中设置数据库凭据 运行php artisan migrate迁移数据库 运行composer update 阅读中的的教程, 在了解更多信息。
【文件预览】:
laravel-jwt-auth-product-master
----composer.json(1KB)
----phpunit.xml(1KB)
----bootstrap()
--------cache()
--------app.php(2KB)
----config()
--------logging.php(2KB)
--------jwt.php(10KB)
--------cache.php(3KB)
--------filesystems.php(2KB)
--------auth.php(3KB)
--------session.php(7KB)
--------mail.php(4KB)
--------broadcasting.php(2KB)
--------queue.php(3KB)
--------view.php(1004B)
--------app.php(8KB)
--------hashing.php(2KB)
--------database.php(4KB)
--------services.php(999B)
----composer.lock(153KB)
----package.json(1022B)
----artisan(2KB)
----webpack.mix.js(549B)
----database()
--------factories()
--------migrations()
--------.gitignore(9B)
--------seeds()
----routes()
--------console.php(553B)
--------api.php(1KB)
--------web.php(453B)
--------channels.php(508B)
----server.php(563B)
----tests()
--------Unit()
--------CreatesApplication.php(380B)
--------Feature()
--------TestCase.php(163B)
----resources()
--------lang()
--------assets()
--------views()
----app()
--------Http()
--------Product.php(167B)
--------User.php(1KB)
--------Providers()
--------Exceptions()
--------Console()
----storage()
--------logs()
--------app()
--------framework()
----.env.example(651B)
----.gitignore(155B)
----public()
--------css()
--------index.php(2KB)
--------.htaccess(593B)
--------robots.txt(24B)
--------js()
--------favicon.ico(0B)
----README.md(438B)
----.editorconfig(234B)
----.gitattributes(111B)