vscode-laravel-artisan
vscode-laravel-artisan copied to clipboard
Laravel 4.2 support
Since the artisan commands differ when using an older Laravel version (in this case 4.2), the extension's commands fail when executed (for instance, https://laravel.com/docs/4.2/migrations).
Maybe Laravel 4.2 support should be added since legacy systems still depend on older versions of Laravel.
These commands may still be able to be executed through:
F1 > Artisan: Run Command
> command:name
I'm well aware of this, however I might as well use the terminal for those commands instead of this plugin, hence why it would be benificial to have those commands integrated in the plugin itself.
Marking issue as stale since there has'nt been any activity recently.