apitest:这是用于测试Laravel REST API的工具

时间:2024-05-20 18:03:59
【文件属性】:

文件名称:apitest:这是用于测试Laravel REST API的工具

文件大小:995KB

文件格式:ZIP

更新时间:2024-05-20 18:03:59

reflection api-documentation laravel-package testing-tools documents

APITEST 轻量级laravel REST接口测试工具 用于查看和测试后端REST接口 版本要求 laravel >= 5.1,php > 7 安装 composer require deathkel/apitest 使用 请到注册服务提供者到Laravel服务提供者列表中。 方法1: 在config/app.php配置文件中,key为'providers'的数组中添加服务提供者 'providers'=>[ //... Deathkel\Apitest\ApiTestServiceProvider::class ] 运行 'php artisan vendor:publish'将视图文件和静态文件发布到你们的项目中,请确保文件夹resource/views/api和public/api文件夹为空。 否则请


【文件预览】:
apitest-master
----composer.json(841B)
----phpunit.xml(1KB)
----img()
--------api.jpeg(81KB)
----readme.md(3KB)
----tests()
--------Route()
--------Controllers()
--------Providers()
--------ApiReflectionTest.php(2KB)
----LICENSE(1KB)
----src()
--------ApiTestServiceProvider.php(908B)
--------config()
--------ApiReflection.php(5KB)
--------ApiTestController.php(414B)
--------frontend()
--------Parser()
----.idea()
--------blade.xml(166B)
----.gitignore(54B)

网友评论