How to configure a basic LEMP + Mailhog env? #686
Unanswered
diazwatson
asked this question in
Help & Support
Replies: 1 comment 1 reply
-
I haven't done this in a while, but it should be able the same. I believe this only works if you have a single entrypoint router. For me, I use the Laravel env type. I then update
This is specifically for Yii, but in that case the index.php router is in the pub/ directory. If you're not using a single-entry router, another solution might be necessary |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to configure a basic LEMP env to work with a basic php application.
I initially tried the Laravel env as it contains most of the things I need but I get a 404. I assume it is because the structure of my project is different to a Laravel project. I also tried the local env but didn't know how to configure the .yml file into the .warden directory.
Is there a better way to do this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions