dev-master
9999999-dev http://www.customs.gov.khLaravel framework
MIT
The Requires
- php >=5.5.9
The Development Requires
by GDCE Developer
laravel framework
Wallogit.com
2017 © Pedro Peláez
Laravel framework
A custom made Laravel5 package used as the connector to Dreamfactory API, (*1)
1- Require package in composer.json, (*2)
"require": { .... "gdce/framework":"dev-master" }
2- Run the following command, (*3)
composer update
3- Register the service provider in config/app.php, (*4)
\GDCE\Framework\Auth\CNSWServiceProvider::class \GDCE\Framework\LaravelDreamfactory\LaravelDreamfactoryServiceProvider::class
4- Publish config file, (*5)
Run the following command to publish the config file, (*6)
php artisan vendor:publish
5- Update config file, (*7)
gdce-cnsw-auth.php
gdce-laravel-df.php
7- Update your route by adding the following line
Route::get('auth-callback', 'LoginController@auth_callback');
8- Have fun!
## Package dependencies
Laravel framework
MIT
laravel framework