Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 283 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 283 Bytes

Laravel cvrapi.dk integration

Installation

  1. Require using composer
composer require lasserafn/cvrapi
  1. Add the CvrApiServiceProvider to your config/app.php providers array.
'providers' => [
    \LasseRafn\CvrApi\CvrApiServiceProvider::class,
]