Laragon Procfile Issue and Question
-
Hello,
Im having trouble with Procfile commands..
I have this command:
Auto Dep: autorun php artisan serve --host=192.168.2.214
--port=80 PWD=C:\laragon\www\MySystemBut it only runs the terminal command
php artisan serve
It will ignore the host and port.Also when I try to enclose my commands with quote it will return an error:
"php command not foundIt reads the double quote as part of the command
Thanks in advance ☺️