How can I install laravel in
~/web/domain.tld/public_html
instead of
~/web/domain.tld/public_html
I wish to have this structure
public_html/
├── php app/
├── laravel/
└── …
How can I install laravel in
~/web/domain.tld/public_html
instead of
~/web/domain.tld/public_html
I wish to have this structure
public_html/
├── php app/
├── laravel/
└── …
Did you mean for both of those parhs to be the same?
different folders or paths
For example,
public_html/
├── php app/
├── laravel/
└── …
I am trying to write laravel webhooks for the php app to connect to some other saas