Download the PHP package lokat/laravel-logicbox without Composer
On this page you can find all versions of the php package lokat/laravel-logicbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lokat/laravel-logicbox
More information about lokat/laravel-logicbox
Files in lokat/laravel-logicbox
Download lokat/laravel-logicbox
More information about lokat/laravel-logicbox
Files in lokat/laravel-logicbox
Vendor lokat
Package laravel-logicbox
Short Description Library that let you connect your laravel application to Logicbox's API with ease. Original author by Dhawton
License MIT
Homepage http://www.zulhalimi.com
Package laravel-logicbox
Short Description Library that let you connect your laravel application to Logicbox's API with ease. Original author by Dhawton
License MIT
Homepage http://www.zulhalimi.com
Please rate this library. Is it a good library?
Informations about the package laravel-logicbox
Lokat/Laravel-lb
This library let your laravel application talk with Logicboxes API with ease.
How to install
- Run
composer require lokat/laravel-logicbox
to include this library to your project - Add
Lokat\LaravelLb\LaravelLbServiceProvider::class
into your providers array in config/app.php (Not necessary for Laravel 5.5+) - Run
php artisan vendor:publish --publisher='Lokat\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
Requires
php Version
>=7.0.0
The package lokat/laravel-logicbox contains the following files
Loading the files please wait ....