File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Vim support for [Laravel/Lumen 5+][laravel] projects.
1919* Enhanced ` gf ` command works on class names, template names, config and translation keys.
2020* Complete view/route names in insert mode.
2121* Use ` :Console ` to fire up a REPL (` artisan tinker ` ).
22+ * Use ` :Start ` to serve the app locally (` artisan serve ` ).
2223
2324[ wiki-navigation ] : https://github.com/noahfrederick/vim-laravel/wiki/Navigation-Commands
2425
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function! laravel#projectionist#append() abort
4545
4646 let projections = {
4747 \ ' *' : {
48- \ ' start' : ' homestead ssh ' ,
48+ \ ' start' : [ laravel#app (). makeprg (), ' serve ' ] ,
4949 \ ' console' : [laravel#app ().makeprg (), ' tinker' ],
5050 \ ' framework' : ' laravel' ,
5151 \ },
You can’t perform that action at this time.
0 commit comments