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
This package is auto-updated.
Last update: 2025-12-15 22:30:58 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,