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
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