2017 © Pedro Peláez
 

library framework

Laravel framework

image

gdce/framework

Laravel framework

  • Wednesday, May 31, 2017
  • by sotharith
  • Repository
  • 0 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5's Package for GDCE

A custom made Laravel5 package used as the connector to Dreamfactory API, (*1)

Usage

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

The Versions

31/05 2017

dev-master

9999999-dev http://www.customs.gov.kh

Laravel framework

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

by GDCE Developer

laravel framework