jsdecena/bridge
Composer 安装命令:
composer require jsdecena/bridge
包简介
A bridge package for legacy system to your new system
README 文档
README
This aims to migrate your legacy system to any new system
Installation
- Step1: Add this to your
composer.jsonfile
"require": { "jsdecena/bridge": "1.0.*" }
- Step2: Add this to your
config/app.phpinprovidersarray
'providers' => [ Jsdecena\Bridge\BridgeServiceProvider::class, ]
-
Set in your
.envfile the LEGACY_AUTH_ENDPOINT -
Run this in your terminal
php artisan vendor:publish --tag=migrations -
Run this in your terminal
php artisan vendor:publish --tag=config -
Check the login key if you are using
usernameoremail. Use it accordingly. -
Do not forget to set up your database credentials in
config/database.phpand runphp artisan migrateto migrate your database schema.
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-28