Download the PHP package dhawton/laravel-logicbox without Composer
On this page you can find all versions of the php package dhawton/laravel-logicbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dhawton/laravel-logicbox
More information about dhawton/laravel-logicbox
Files in dhawton/laravel-logicbox
Download dhawton/laravel-logicbox
More information about dhawton/laravel-logicbox
Files in dhawton/laravel-logicbox
Vendor dhawton
Package laravel-logicbox
Short Description Library that let you connect your laravel application to Logicbox's API with ease
License MIT
Homepage http://www.danielhawton.com
Package laravel-logicbox
Short Description Library that let you connect your laravel application to Logicbox's API with ease
License MIT
Homepage http://www.danielhawton.com
Please rate this library. Is it a good library?
Informations about the package laravel-logicbox
Dhawton/Laravel-lb
This library let your laravel application talk with Logicboxes API with ease.
How to install
- Run
composer require pangpondpon/laravel-logicbox
to include this library to your project - Add
Dhawton\LaravelLb\LaravelLbServiceProvider::class
into your providers array in config/app.php (Not necessary for Laravel 5.5+) - Run
php artisan vendor:publish --publisher='Dhawton\LaravelLb\LaravelLbServiceProvider'
to publish the config file - Put your credential in config/logicboxes.php like so
How to use in Laravel Controller
Use case - Buy an ssl from comodo
See more example in /example folder.
All versions of laravel-logicbox with dependencies
PHP Build Version
Package Version
The package dhawton/laravel-logicbox contains the following files
Loading the files please wait ....