A Sublime Text plugin that allows you to make use of the Laravel 4 Generators by Jeffrey Way directly within Sublime Text.
laravelgenerator.sublime-settings
. To do so, copy laravelgenerator.sublime-settings
from this
plugin to <Packages_Directory>/Users/
and make the edits to that file.Note: artisan
needs to be in the project root.
The plugin is quite extensible. Interested users can extend the plugin for more
artisan commands by adding the appropriate entries in
Default.sublime-commands
.
This is a work in progress. Feedback is appreciated. Feel free to report any issues you come across