meet/api-response

generic Rest-API response manager.

dev-master 2019-09-14 17:30 UTC

This package is auto-updated.

Last update: 2024-04-15 18:38:46 UTC


README

  1. In order to install meet/api-response, just run composer require meet/api-response:

  2. Open your config/app.php and add the following to the providers array:

Meet\ApiResponse\ApiResponseServiceProvider::class,
  1. In the same config/app.php and add the following to the aliases array:
'ApiResponse' => Meet\ApiResponse\ApiResponseServiceProvider::class,