Kreshnik / sequel-pro-laravel-export

A Sequel Pro bundle to generate Laravel migration files from existing tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Migration Exporter for Sequel Pro

A bundle for Sequel Pro that lets you generate Laravel migration files from existing tables.

Installation

  1. Clone the repository or download the latest release and unzip the file.
  2. Double-click on the ExportToLaravelMigration.spBundle package within the repository directory to install the bundle.
  3. Launch Sequel Pro!

Usage

Connect to a database, and select a table in the left-hand column. From the application menu, choose Bundles › Export › Export to Laravel Migration, or use the keyboard shortcut ⌃⌥⌘M (that's CTRL + OPTION + CMD + M).

The resulting Laravel migration file will be saved to your desktop. You can then move this file into your Laravel project (usually /database/migrations) and then run artisan migrate.

Caveats

Auto-generated migration files will likely need manual adjustments. Be sure to look at the code before running artisan migrate!

Bugs, Suggestions and Contributions

Thanks to everyone who has contributed to this project!

Please use Github issues for reporting bugs, and making comments or suggestions.

Copyright and License

sequel-pro-laravel-export was written by Colin Viebrock and is released under the MIT License.

Copyright (c) 2016 Colin Viebrock

About

A Sequel Pro bundle to generate Laravel migration files from existing tables.

License:MIT License


Languages

Language:PHP 100.0%