Laravel_Dingo_jwt:具有JWT auth和Dingo的基本Laravel API

时间:2024-05-20 01:17:27
【文件属性】:

文件名称:Laravel_Dingo_jwt:具有JWT auth和Dingo的基本Laravel API

文件大小:56KB

文件格式:ZIP

更新时间:2024-05-20 01:17:27

PHP

安装 第1步:克隆仓库 git clone https://github.com/DavidWangTM/Laravel_Dingo_jwt.git 步骤2:先决条件 cp .env.example .env composer install php artisan migrate php artisan db:seed php artisan key:generate php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\LaravelServiceProvider" php artisan jwt:generate 步骤3:投放 php artisan serve Setp 4:jwt-auth令牌 http://localhost:8000/api/dogs?token=(get_token)


【文件预览】:
Laravel_Dingo_jwt-master
----.gitignore(103B)
----app()
--------Listeners()
--------User.php(2KB)
--------Providers()
--------Dog.php(137B)
--------Exceptions()
--------Http()
--------Console()
--------Policies()
--------Events()
--------Api()
--------Jobs()
----.env.example(452B)
----bootstrap()
--------app.php(2KB)
--------cache()
--------autoload.php(1KB)
----resources()
--------lang()
--------views()
----server.php(567B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------.htaccess(412B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
----composer.json(1KB)
----README.md(493B)
----phpunit.xml(899B)
----.idea()
--------misc.xml(599B)
--------workspace.xml(27KB)
--------vcs.xml(164B)
--------blade.xml(166B)
--------.name(17B)
--------Laravel_Dingo_jwt.iml(281B)
--------modules.xml(286B)
----tests()
--------ExampleTest.php(403B)
--------TestCase.php(532B)
----config()
--------database.php(4KB)
--------services.php(985B)
--------compile.php(983B)
--------session.php(5KB)
--------cache.php(2KB)
--------auth.php(2KB)
--------cors.php(695B)
--------app.php(8KB)
--------mail.php(4KB)
--------broadcasting.php(1KB)
--------filesystems.php(2KB)
--------view.php(1020B)
--------api.php(6KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----.gitattributes(61B)
----phpspec.yml(87B)

网友评论