gdce/laravel-dreamfactory is a Laravel package for laravel to dreamfactory connector.
It currently has 1 GitHub stars and 47 downloads on Packagist.
Install it with composer require gdce/laravel-dreamfactory.
Discover more Laravel packages by gdce
or browse all Laravel packages to compare alternatives.
Last updated
A custom made Laravel5 package used as the connector to Dreamfactory API
1- Require package in composer.json
"require": {
....
"gdce/laravel-dreamfactory":"dev-master"
}
2- Run the following command
composer update
3- Register the service provider in config/app.php
GDCE\LaravelDreamfactory\LaravelDreamfactoryServiceProvider::class
4- Publish config file
Run the following command to publish the config file
php artisan vendor:publish
5- Have fun!
"guzzlehttp/guzzle":"~6.0",
"yajra/laravel-datatables-oracle": "~6.0"