dev-master
9999999-dev http://www.laravel-df.comLaravel to Dreamfactory connector
MIT
The Requires
The Development Requires
by HENG Sotharith
laravel dreamfactory connector
Wallogit.com
2017 © Pedro Peláez
Laravel to Dreamfactory connector
A custom made Laravel5 package used as the connector to Dreamfactory API, (*1)
1- Require package in composer.json, (*2)
"require": { .... "gdce/laravel-dreamfactory":"dev-master" }
2- Run the following command, (*3)
composer update
3- Register the service provider in config/app.php, (*4)
GDCE\LaravelDreamfactory\LaravelDreamfactoryServiceProvider::class
4- Publish config file, (*5)
Run the following command to publish the config file, (*6)
php artisan vendor:publish
5- Have fun!, (*7)
"guzzlehttp/guzzle":"~6.0", "yajra/laravel-datatables-oracle": "~6.0"
Laravel to Dreamfactory connector
MIT
laravel dreamfactory connector