Skip to content

WeDesignIt/Laravel-Bol-Open-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Bol Open API connector

You can publish the config and view files into your project by running:

$ php artisan vendor:publish --provider "WeDesignIt\BolOpenApiServiceProvider"

For Laravel >=5.5, no need to manually add the BolOpenApiServiceProvider into the app config. It uses package auto discovery feature. Skip this if you are on >=5.5, if not:

Open your AppServiceProvider (located in app/Providers) and add this line in register function

$this->app->register(\WeDesignIt\BolOpenApiServiceProvider::class);

or open your config/app.php and add this line in providers section

WeDesignIt\BolOpenApiServiceProvider::class,

About

Laravel connector for the bol.com Open API client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages