sotharith / gdce by sotharith

Laravel framework
166
1
1
Package Data
Maintainer Username: sotharith
Maintainer Contact: developer@customs.gov.kh (GDCE Developer)
Package Create Date: 2017-01-20
Package Last Update: 2017-05-31
Language: PHP
License: MIT
Last Refreshed: 2024-04-30 03:03:43
Package Statistics
Total Downloads: 166
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel 5's Package for GDCE

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

Usage

1- Require package in composer.json


"require": {
            ....
            "gdce/framework":"dev-master"
        }

2- Run the following command

composer update

3- Register the service provider in config/app.php


\GDCE\Framework\Auth\CNSWServiceProvider::class
\GDCE\Framework\LaravelDreamfactory\LaravelDreamfactoryServiceProvider::class

4- Publish config file

Run the following command to publish the config file

php artisan vendor:publish

5- Update config file

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