This issue falls out of #58 where a generic sql error was displayed.
When required .env values are not supplied, both the backend and (admin) frontend should throw an error which clearly states that the app has been incorrectly configured.
This should cover at least
- database vars
- eve app vars
- tax corp/user
IMO the backend should exit with an error code, but I'm not sure what laravell best practices are in this case.
This issue falls out of #58 where a generic sql error was displayed.
When required .env values are not supplied, both the backend and (admin) frontend should throw an error which clearly states that the app has been incorrectly configured.
This should cover at least
IMO the backend should exit with an error code, but I'm not sure what laravell best practices are in this case.