It's a tool to help ease the repetitive migration process during developing a Laravel project without migrate:fresh your database every time you change you schemas.
- Easy to install, no need to add or change your schemas or project files.
- Sync schema changes to database instantly. No need to repeat fresh or seed commands everytime.
- Interactive. It will give you choices to not force unwanted changes to your database.
Next: Installation >