2017 © Pedro Peláez
 

library bridge

A bridge package for legacy system to your new system

image

jsdecena/bridge

A bridge package for legacy system to your new system

  • Wednesday, September 28, 2016
  • by jsdecena
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Bridge for legacy systems

This aims to migrate your legacy system to any new system

Installation

  • Step1: Add this to your composer.json file

"require": { "jsdecena/bridge": "1.0.*" }
  • Step2: Add this to your config/app.php in providers array

'providers' => [ Jsdecena\Bridge\BridgeServiceProvider::class, ]
  • Set in your .env file the LEGACY_AUTH_ENDPOINT, (*1)

  • Run this in your terminal php artisan vendor:publish --tag=migrations, (*2)

  • Run this in your terminal php artisan vendor:publish --tag=config, (*3)

  • Check the login key if you are using username or email. Use it accordingly., (*4)

  • Do not forget to set up your database credentials in config/database.php and run php artisan migrate to migrate your database schema., (*5)

The Versions

28/09 2016

dev-master

9999999-dev

A bridge package for legacy system to your new system

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Jeff Simons Decena

28/09 2016

1.0.2

1.0.2.0

A bridge package for legacy system to your new system

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Jeff Simons Decena

28/09 2016

1.0.1

1.0.1.0

A bridge package for legacy system to your new system

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Jeff Simons Decena

28/09 2016

1.0.0

1.0.0.0

A bridge package for legacy system to your new system

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Jeff Simons Decena