PHPackages                             dhawton/laravel-logicbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dhawton/laravel-logicbox

AbandonedArchivedLibrary

dhawton/laravel-logicbox
========================

Library that let you connect your laravel application to Logicbox's API with ease

v0.1.5(8y ago)1582MITPHPPHP &gt;=7.0.0

Since May 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dhawton/laravel-logicbox)[ Packagist](https://packagist.org/packages/dhawton/laravel-logicbox)[ Docs](http://www.danielhawton.com)[ RSS](/packages/dhawton-laravel-logicbox/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Dhawton/Laravel-lb
==================

[](#dhawtonlaravel-lb)

This library let your laravel application talk with Logicboxes API with ease.

### How to install

[](#how-to-install)

1. Run `composer require pangpondpon/laravel-logicbox` to include this library to your project
2. Add `Dhawton\LaravelLb\LaravelLbServiceProvider::class` into your providers array in config/app.php (Not necessary for Laravel 5.5+)
3. Run `php artisan vendor:publish --publisher='Dhawton\LaravelLb\LaravelLbServiceProvider'` to publish the config file
4. Put your credential in config/logicboxes.php like so

```
