vscode-laravel-artisan icon indicating copy to clipboard operation
vscode-laravel-artisan copied to clipboard

Laravel 4.2 support

Open DanielDK100 opened this issue 5 years ago • 2 comments

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.

DanielDK100 avatar Oct 02 '19 13:10 DanielDK100

These commands may still be able to be executed through:

F1 > Artisan: Run Command > command:name

TheColorRed avatar Dec 05 '19 15:12 TheColorRed

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.

DanielDK100 avatar Dec 05 '19 15:12 DanielDK100

Marking issue as stale since there has'nt been any activity recently.

github-actions[bot] avatar Apr 27 '23 22:04 github-actions[bot]