| Package Data | |
|---|---|
| Maintainer Username: | sotharith |
| Maintainer Contact: | heng.sotharith@gmail.com (HENG Sotharith) |
| Package Create Date: | 2017-01-02 |
| Package Last Update: | 2017-01-09 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:21:09 |
| Package Statistics | |
|---|---|
| Total Downloads: | 47 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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"