Skip to content

LasseRafn/laravel-cvrapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
]