Sequel Pro Laravel Export

A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
Alternatives To Sequel Pro Laravel Export
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gh Ost11,38149 days ago59July 07, 2022287mitGo
GitHub's Online Schema-migration Tool for MySQL
Strong_migrations3,59010358 days ago55August 09, 202310mitRuby
Catch unsafe migrations in development
Migrations Generator3,310547508 months ago10September 19, 201783mitPHP
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
Laravel 5 Generators Extended2,4431,683923 months ago16September 10, 202028mitPHP
This package extends the core file generators that are included with Laravel 5
Laravel Migrations Generator1,75754 months ago48March 26, 20232mitPHP
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
Lhm1,650
54 years ago15January 16, 201534bsd-3-clauseRuby
Online MySQL schema migrations
React Bootstrap Table21,2462161004 months ago67May 31, 2020534mitJavaScript
Next Generation of react-bootstrap-table
Sequel Pro Laravel Export929
a year ago2mitPHP
A Sequel Pro / Sequel Ace bundle to generate Laravel migration files from existing tables.
Risingstack Bootcamp701
5 years ago2JavaScript
This is the Node.js Bootcamp we ask new recruits at RisingStack to finish in their first weeks. It helps to get the basics right, and prepare you to work on enterprise projects.
Ruckusing Migrations50630123 months ago9May 21, 201631otherPHP
Database migrations for PHP ala ActiveRecord Migrations with support for MySQL, Postgres, SQLite
Alternatives To Sequel Pro Laravel Export
Select To Compare


Alternative Project Comparisons
Readme

Laravel Migration Exporter for Sequel Pro and Sequel Ace

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

Installation

  1. Download the latest release and unzip the appropriate file, depending on whether you are using Sequel Pro or Sequel Ace.
  2. Double-click on the bundle package to install the bundle.
  3. Launch Sequel Pro or Ace!

Installation from Source

  1. Clone the repository
  2. Run ./build.sh to create Sequel Pro and Sequel Ace versions of the bundle
  3. Use the appropriate bundle in the build directory

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 in a new directory called SequelProLaravelExport on your desktop. You can then move this file into your Laravel project (usually /database/migrations) and then run artisan migrate.

Sequel Ace Usage

The Sequel Ace bundle will only work with version 3.0.0 and later of Sequel Ace.

You will also need to give Sequel Ace permission to write to the Desktop folder via the application's preferences:

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.

See CONTRIBUTING.md for how to contribute changes.

Copyright and License

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

Copyright (c) 2016 Colin Viebrock

Popular Table Projects
Popular Migration Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Table
Migration
Ace
Database Schema