@jtgasper3 Should we have a flag for setting dev/prod state?
My thinking is we could have a custom php.ini for each one and then load the appropriate version based on the flag.
The dev.ini version would have debugging, display errors, etc, whereas the prod.ini version would be more locked down.
Thoughts?
This also has the potential for opening a rabbit hole of other configuration customization like setting a global SMTP server. 🤷♂️
@jtgasper3 Should we have a flag for setting dev/prod state?
My thinking is we could have a custom php.ini for each one and then load the appropriate version based on the flag.
The dev.ini version would have debugging, display errors, etc, whereas the prod.ini version would be more locked down.
Thoughts?
This also has the potential for opening a rabbit hole of other configuration customization like setting a global SMTP server. 🤷♂️