eur-rsm/laravel-bynder

Bynder wrapper for Laravel

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:laravel-library

dev-master 2019-05-27 17:47 UTC

This package is auto-updated.

Last update: 2024-03-28 04:41:15 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.