Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sail compatibility #88

Closed
adammpkins opened this issue Dec 7, 2021 · 4 comments
Closed

Add sail compatibility #88

adammpkins opened this issue Dec 7, 2021 · 4 comments

Comments

@adammpkins
Copy link

adammpkins commented Dec 7, 2021

I don't seem to be able to run these commands from sail. You may know that sail uses the syntax: sail artisan

but there doesn't seem to be an option to enable that option or integrate with sail otherwise.

@aska-kaneda
Copy link

I know it's been a long time and it may have already been resolved.
I will record this for the benefit of those who visit here.

I was able to execute the command with the following configuration
"artisan.docker.command": "docker-compose exec -T -u sail 'laravel.test'",

@chWagnr
Copy link

chWagnr commented Mar 29, 2022

I just set "artisan.docker.command": "./vendor/bin/sail"

@github-actions
Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@adammpkins @chWagnr @aska-kaneda and others