HDInnovations / templateshares-to-unit3d

:package: An artisan package to import a templateshares database into UNIT3D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

templateshares-to-unit3d

An artisan package to import a templateshares database into UNIT3D.

Install

Via Composer

$ composer require hdinnovations/templateshares-to-unit3d --dev

To install, just:

  • Install this package from your [UNIT3D][unit3d] install using the command above.
  • Create a new database in MySql and import you old Template Shares DB to it.

Usage

For instructions on usage, run:

php artisan unit3d:from-templateshares --help

Example: To import users only from your old Template Shares DB run:

php artisan unit3d:from-templateshares --database='Your DB Name HERE' --username='Your DB Username Here'
--password='Your DB Password Here

About

:package: An artisan package to import a templateshares database into UNIT3D.

License:MIT License


Languages

Language:PHP 100.0%