vscode-laravel-artisan
vscode-laravel-artisan copied to clipboard
Run commands from inside a Docker container; don't worry about local artisan files
We have a setup similar to Sail. We have a bin/artisan
script that can run the artisan commands, or we can shell into the app container and run them there.
Every time I run a command it pops up asking which artisan to use
But I don't know why it's doing this. I just want it to run
docker compose exec laravel.test php artisan <cmd>