2017 © Pedro Peláez
 

library bronto-laravel

Bronto Integration to laravel.

image

jaiwalker/bronto-laravel

Bronto Integration to laravel.

  • Monday, July 10, 2017
  • by jaiwalker
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,231 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 36 % Grown

The README.md

Laravel Bronto Integration

Installation

First, pull in the package through Composer., (*1)

Run composer require jaiwalker/bronto-laravel, (*2)

And then, if using Laravel 5.2, include the service provider within config/app.php., (*3)

'providers' => [
   Jaiwalker\BrontoApi\BrontoServiceProvider::class,
];

To publish config run, (*4)

php artisan vendor:publish --provider="Jaiwalker\BrontoApi\BrontoServiceProvider"

This should create a file {bronto} in config folder., (*5)

Usage

Within your controllers, before you use, (*6)

public function whatever()
{
   BrontoApi::contact()->updateOrCreate(); 
   BrontoApi::contact()->getContactByEmail(); 
   BrontoApi::contact()->updateByEmail(); 
}

The Versions

10/07 2017

dev-master

9999999-dev https://github.com/jaiwalker/laravel-bronto

Bronto Integration to laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jaikora

laravel bronto laravel bronto integration bronto php

10/07 2017

v0.1

0.1.0.0 https://github.com/jaiwalker/laravel-bronto

Bronto Integration to laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jaikora

laravel bronto laravel bronto integration bronto php