Download the PHP package jsiebach/laravel-cheddar without Composer
On this page you can find all versions of the php package jsiebach/laravel-cheddar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jsiebach/laravel-cheddar
More information about jsiebach/laravel-cheddar
Files in jsiebach/laravel-cheddar
Package laravel-cheddar
Short Description An unofficial service provider for using CheddarGetter in Laravel
License MIT
Informations about the package laravel-cheddar
laravel-cheddar
A service provider for using CheddarGetter in Laravel.
This package simply provides an easy way to pull an authenticated CheddarGetter PHP Wrapper Client into your Laravel app. See the documentation for the CheddarGetter PHP Wrapper here: https://github.com/marcguyer/cheddargetter-client-php
Set Up
-
Add this package to your composer.json -
-
Run
composer update
-
Add
\JSiebach\Cheddar\CheddarServiceProvider::class
to your array of service providers in/config/app.php
-
Run
php artisan vendor:publish
to create the config file - In
/config/cheddar.php
, add your credentials for Cheddar Getter.
Usage
You can now use dependency-injection to load a CheddarGetter_Client with your credentials automatically set. In any controller: