Download the PHP package orchestra/transporter without Composer
On this page you can find all versions of the php package orchestra/transporter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download orchestra/transporter
More information about orchestra/transporter
Files in orchestra/transporter
Download orchestra/transporter
More information about orchestra/transporter
Files in orchestra/transporter
Vendor orchestra
Package transporter
Short Description Migration Toolkit: Creating ORM Compatible Structure from Legacy Database
License MIT
Package transporter
Short Description Migration Toolkit: Creating ORM Compatible Structure from Legacy Database
License MIT
Please rate this library. Is it a good library?
Informations about the package transporter
Migration Toolkit: Creating ORM Compatible Structure from Legacy Database
Have you ever taken a project that had a messy, unstructured database design? Have you ever wish you can transform those project to become more Eloquent friendly?
- Version Compatibility
- Installation
Version Compatibility
Laravel | Transporter |
---|---|
5.1.x | 3.1.x |
5.2.x | 3.2.x |
5.3.x | 3.3.x@dev |
5.4.x | 3.4.x@dev |
Installation
To install through composer, simply put the following in your composer.json
file:
And then run composer install
to fetch the package.
Quick Installation
You could also simplify the above code by using the following command:
composer require "orchestra/transporter=~3.1"
Setup
For simplicity, Transporter Component doesn't include any service provider. You can simply run the migration via:
php artisan migrate --path=vendor/orchestra/transporter/resources/database/migrations
All versions of transporter with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5.2.0
The package orchestra/transporter contains the following files
Loading the files please wait ....