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

Configuration With Docker Environment #17

Open
mrgodhani opened this issue Mar 10, 2021 · 10 comments
Open

Configuration With Docker Environment #17

mrgodhani opened this issue Mar 10, 2021 · 10 comments
Labels

Comments

@mrgodhani
Copy link

Love this tool.

Question, Is there future support of settings or something to integrate with Docker environment and execute artisan commands inside docker?

@tmdh
Copy link
Owner

tmdh commented Mar 10, 2021

Yes, I will add Docker support in the future.

@YobertyAlej
Copy link

BUMP

@tmdh tmdh reopened this Nov 15, 2021
@damms005
Copy link
Contributor

damms005 commented Apr 7, 2022

This, I believe, will make it easy to do stuff with Laravel Sail apps. Sweet!

@tmdh tmdh added the feature label Apr 25, 2022
@philharmonie
Copy link

Hi is it still true that this tool (what is amazing by the way) can't be used with Laravel Sail?

@damms005
Copy link
Contributor

damms005 commented Mar 3, 2023

Hi is it still true that this tool (what is amazing by the way) can't be used with Laravel Sail?

Sadly, yes

@philharmonie
Copy link

If you set DB_HOST=127.0.01 in .env and port mapping 3306:3306 in docker-compose.yml for mysql service you can

@damms005
Copy link
Contributor

damms005 commented Mar 5, 2023

If you set DB_HOST=127.0.01 in .env and port mapping 3306:3306 in docker-compose.yml for mysql service you can

I believe this is assuming that there's a single Laravel app running, as this may not work if you sail up multiple Laravel apps

@tmdh
Copy link
Owner

tmdh commented Mar 9, 2023

I am requesting any suggestion on how the user experience could be to connect to a Docker container.

@vntrungld
Copy link

@tmdh Phpstorm has that feature and lets the user set the PHP command for each project separately. So I think maybe the settings for the PHP command should come after users add their project to the app

@maxcxam
Copy link

maxcxam commented Oct 30, 2023

https://luiscoutinh.medium.com/how-to-set-php-path-to-docker-container-115f363e4b3d

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

No branches or pull requests

7 participants