meet/api-response

generic Rest-API response manager.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/meet/api-response

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

This package is auto-updated.

Last update: 2025-12-15 22:30:58 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,