I have a Laravel sail project but when I type sail command there is no reaction in console.
Only sail up
and sail down
work fine but other commands like sail shell
, sail artisan ***
, sail php -v
......donn`t response. No error and no any response.
I wonder what happened?
./vendor/bin/sail up -d
did the trick. Thank you! – Jud