crudApiBackend:使用Laravel Lumen进行Jwt身份验证的Restful Api

时间:2024-03-28 21:42:38
【文件属性】:

文件名称:crudApiBackend:使用Laravel Lumen进行Jwt身份验证的Restful Api

文件大小:54KB

文件格式:ZIP

更新时间:2024-03-28 21:42:38

PHP

使用Lumen PHP Framework的crudApiBackend 这是一个使用Laravel Lumen进行Jwt身份验证的宁静API。 (它的前端存储库是: : ) 使用“ php -S localhost:8000 -t public”来运行api 终点 创建用户: ,方法:post {“名称”:“ xxx”,“电子邮件”:“ ”,“密码”:“ xxx”} 要获取jwt令牌,请登录: ,方法:post {“ email”:“ ”,“ password”:“ xxx”} 产品终点: 1. http://localhost:8000/api/product, method: get 2. http://localhost:8000/api/product/:id, method: get 3. http://localhost:8000/api/product


【文件预览】:
crudApiBackend-main
----.gitignore(72B)
----app()
--------Listeners()
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Events()
--------helpers.php(293B)
--------Jobs()
--------Models()
----.env.example(293B)
----bootstrap()
--------app.php(4KB)
----resources()
--------views()
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(71B)
----LICENSE(1KB)
----public()
--------.htaccess(593B)
--------index.php(897B)
----composer.json(1KB)
----composer.lock(259KB)
----README.md(967B)
----phpunit.xml(592B)
----tests()
--------ExampleTest.php(390B)
--------TestCase.php(314B)
----config()
--------auth.php(3KB)
----artisan(1KB)
----database()
--------seeders()
--------factories()
--------migrations()
----routes()
--------web.php(1KB)
----.editorconfig(220B)

网友评论