Hi, before I start describing my issue, I'd like to congrats you for the work you've made ! "Proxying" commands to containers to avoid having any dev dependency on host is an idea I had since ~two years but I was lacking in knowledges and time. A big thank's to you, Lerd is an awesome project!
So let's get to the point: I created a new Laravel project, followed the Lerd CLI prompts after running lerd init/link (don't remember which exactly) and it apparently did something in background (a config somewhere probably) that leads to :
> php artisan
[WARN] could not start mariadb-11: mariadb-11 is active but not yet ready: mariadb-11 did not become ready within 30s
Laravel Framework 13.14.0
Usage:
command [options] [arguments]
...
This warn takes some time to appear (~30s) and it's apparently something that timeouts. Like I run php artisan and it takes 30s to execute (it hangs until the WARN appear then the command is executed).
Remark: Running php artisan from any other linked projects does not trigger the WARN thing.
I don't know what to give to help you debug or if the issue is clear. I can reproduce the bug with ease so ask me what you need ^^
Current fix: I used the website's GUI to link the folder and it worked (no WARN thing)
Hi, before I start describing my issue, I'd like to congrats you for the work you've made ! "Proxying" commands to containers to avoid having any dev dependency on host is an idea I had since ~two years but I was lacking in knowledges and time. A big thank's to you, Lerd is an awesome project!
So let's get to the point: I created a new Laravel project, followed the Lerd CLI prompts after running
lerd init/link(don't remember which exactly) and it apparently did something in background (a config somewhere probably) that leads to :This warn takes some time to appear (~30s) and it's apparently something that timeouts. Like I run
php artisanand it takes 30s to execute (it hangs until the WARN appear then the command is executed).Remark: Running php artisan from any other linked projects does not trigger the WARN thing.
I don't know what to give to help you debug or if the issue is clear. I can reproduce the bug with ease so ask me what you need ^^