Laravel API响应 简单的Laravel API响应包装器。 安装 通过composer安装软件包: $ composer require obiefy/api-response 将包服务提供程序注册到app.php文件中的providers数组中: Obiefy\API\ApiResponseServiceProvider::class 将包Facade别名注册到app.php文件中的aliases数组: 'API' => Obiefy\API\Facades\API::class, 最后,您可以发布配置文件: php artisan vendor:publish -