Start laravel-echo-server automatically
-
Is there a way to bind that larave-echo-server starts with laragon on some projects.
Something like .bashrc for the ssh agent?
-
@RhRU : Yes, there is. You can use Laragon's Procfile Menu > Laragon > Procfile
https://forum.laragon.org/topic/476/laragon-feature-procfile-what-is-it
-
@leokhoa (you again
)
ok so from the post I am assuming it should look something like this:
Project autorun name: autorun laravel-echo-server start
Or there should also be the path to the laravel-echo-server?
-
- If you installed laravel-echo-server globally:
Project autorun name: autorun laravel-echo-server start
- If you installed laravel-echo-server to A-PATH:
Project autorun name: autorun laravel-echo-server start pwd=A-PATH