Laravel 5 E-Leads Integration

v1.1.2 2016-03-18 21:04 UTC

This package is not auto-updated.

Last update: 2024-11-07 00:39:02 UTC


README

This package can send leads to Mixd Internet Eleads. If you wish to use the eleads contact us => atendimento@mixd.com.br

NOTE If you are using Laravel 5.0, then use the v1.0.0 branch or tagged 2.0.* releases.

Requirements

This package currently requires Laravel >= 5.1

Installation Laravel >= 5.1

require by packagist

  composer require mixdinternet/eleads

Add on service provider array in app.php

   Mixdinternet\Eleads\EleadsServiceProvider::class,

Send lead

   \Eleads::send($yourRequestInstance);

To queue

   \Eleads::toQueue($yourRequestInstance);

Fields

NOTE Only the token is required