gdce / laravel-dreamfactory
Laravel to Dreamfactory connector
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gdce/laravel-dreamfactory
Requires
- php: >=5.5.9
- guzzlehttp/guzzle: ~6.0
- illuminate/support: ~5.0
- yajra/laravel-datatables-oracle: ~6.0
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2025-09-28 01:33:34 UTC
README
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"