eur-rsm / laravel-bynder
Bynder wrapper for Laravel
Package info
github.com/eur-rsm/laravel-bynder
Type:laravel-library
pkg:composer/eur-rsm/laravel-bynder
dev-master
2019-05-27 17:47 UTC
Requires
- bynder/bynder-php-sdk: ^1.0
- illuminate/support: 5.5.*||5.6.*||5.7.*||5.8.*||5.9.*
This package is auto-updated.
Last update: 2026-02-28 09:07:05 UTC
README
Bynder wrapper for Laravel
Rotterdam School of Management, Erasmus University
Requirements
At least Laravel 5.5
Installation
Install this wrapper by the command below:
composer require eur-rsm/laravel-bynder:dev-master
Add to your config/app.php alias.
'Bynder' => \EUR\RSM\LaravelBynder\Facades\BynderServiceFacade::class,
Run the publish command.
php artisan vendor:publish --provider="\EUR\RSM\LaravelBynder\LaravelBynderServiceProvider"
Edit the published config laravel-bynder.php file located in the config directory.