Migrations
- Packages:
- Phinx - PHP Database Migrations for Everyone
- Laravel
- migrations-generator - Generate Migrations from an existing database
- laravel-convert-migrations - This is a custom command to convert your current SQL database schema into a Laravel 4 Migration file
- DbExporter - Export your database as a Laravel Migration. And export your DB data as a seed file. Finally sync all this with your remote server
- laravel-migration-squasher - Aggregate your incremental Laravel migration files into a single migration for each table. This eliminates all alter columns and makes BD testing via sqlite a possibility.
- iSeed - Inverse seed generator
- laravel-conditional-seeder
- laravel-seeder - Run one or more seeder files with a very easy command
- laravel-automigrate - allows defining a sequence of migrations for your vendor and workbench packages and running them with one command
- fakable - Allows the creation and seeding of fake Eloquent models
- backup-manager - Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
- laravel-backup - Backup and restore database support for Laravel 4 applications
- LaravelDatabaseDesigner
- SmartSeeder - A smart way of seeding tables in Laravel
- sleeping-owl/seeder - Package to create simple seeders with ability to lock/unlock tables
- goya - Database Schema Diff Tool for Laravel
- FastMigrate
- Tutorial