Skip to content

meetparikh112/api-response

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  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,

Releases

No releases published

Packages

No packages published

Languages