gdce/laravel-dreamfactory

Laravel to Dreamfactory connector
47 1
Install
composer require gdce/laravel-dreamfactory
PHP:>=5.5.9
License:MIT
Last Updated:Jan 9, 2017
Links: GitHub  ·  Packagist
Maintainer: sotharith

Laravel 5's Package for Dreamfactory Connector

A custom made Laravel5 package used as the connector to Dreamfactory API

Usage

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!

Package dependencies

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

Related Packages

dreamfactory/df-core

DreamFactory(tm) Core Components

52,389 16
jan-drda/laravel-nosql-connector

Model trait for using various NoSQL systems on Laravel

12 1
graham-campbell/manager

Manager Provides Some Manager Functionality For Laravel

23,575,083 395
dreamfactory/df-azure

Microsoft Azure package containing Azure services for the DreamFactory Platform...

44,692 1
shakahl/laravel-eloquent-mysqli

MySQLi driver (connector) for Laravel 8.x Eloquent database

6,259 23