Opens the latest migration created in a Laravel app. Works with Sublime Text 3 and Sublime Text 2.
Easy!
- Open any file in your Laravel app.
- Bring up your command pallette (
Cmd + Shift + P
/Ctrl + Shift + P
) and type in:
latest
- In no time the "Laravel Latest Migration: Open latest Laravel migration" should be highlighted.
- Hit enter, and lo and behold; your latest migration!
Forked from Rails Latest Migration.
The MIT License (MIT) - for more info see LICENSE.md.