Download the PHP package josh-taylor/migrations-generator without Composer
On this page you can find all versions of the php package josh-taylor/migrations-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download josh-taylor/migrations-generator
More information about josh-taylor/migrations-generator
Files in josh-taylor/migrations-generator
Download josh-taylor/migrations-generator
More information about josh-taylor/migrations-generator
Files in josh-taylor/migrations-generator
Vendor josh-taylor
Package migrations-generator
Short Description Migrations generator for Laravel.
License MIT
Package migrations-generator
Short Description Migrations generator for Laravel.
License MIT
Please rate this library. Is it a good library?
Informations about the package migrations-generator
Migrations Generator 
Generate migrations from an existing database. Ideal for use when migrating an app to Laravel.
Please note, this is still really a work in progress. Worth noting the things left to do below.
Installation
Step 1: Composer
From the command line run:
Step 2: Service Provider
For your Laravel app, you will only want these commands available during development, open app/Providers\AppServiceProvider.php
and add in to the register()
method:
Usage
Run from the command line:
Bask in the glory of all these migrations created for you.
Still left to do:
$table->increments()
and$table->timestamps()
are always added. (May require moving away from laracasts/Laravel-5-Generators-Extended)- Column length is not generated (See above, plus issues with DBAL)
- ...
All versions of migrations-generator with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.2
illuminate/console Version ^5.2
laracasts/generators Version ^1.1
doctrine/dbal Version ^2.5
illuminate/console Version ^5.2
laracasts/generators Version ^1.1
doctrine/dbal Version ^2.5
The package josh-taylor/migrations-generator contains the following files
Loading the files please wait ....