2017 © Pedro Peláez
 

library laravel-dreamfactory

Laravel to Dreamfactory connector

image

gdce/laravel-dreamfactory

Laravel to Dreamfactory connector

  • Monday, January 9, 2017
  • by sotharith
  • Repository
  • 0 Watchers
  • 1 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Laravel 5's Package for Dreamfactory Connector

A custom made Laravel5 package used as the connector to Dreamfactory API, (*1)

Usage

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)

Package dependencies

"guzzlehttp/guzzle":"~6.0",
"yajra/laravel-datatables-oracle": "~6.0"

The Versions

09/01 2017

dev-master

9999999-dev http://www.laravel-df.com

Laravel to Dreamfactory connector

  Sources   Download

MIT

The Requires

 

The Development Requires

by HENG Sotharith

laravel dreamfactory connector