meet / api-response
generic Rest-API response manager.
dev-master
2019-09-14 17:30 UTC
This package is auto-updated.
Last update: 2026-03-15 22:55:21 UTC
README
-
In order to install meet/api-response, just run
composer require meet/api-response: -
Open your
config/app.phpand add the following to theprovidersarray:
Meet\ApiResponse\ApiResponseServiceProvider::class,
- In the same
config/app.phpand add the following to thealiasesarray:
'ApiResponse' => Meet\ApiResponse\ApiResponseServiceProvider::class,