Hide Environmental Variables from Laravel Debug Mode
In the development phase of our Laravel application, we keep the debug mode on. Doing so helps us track the issues quickly and resolve them fast. It shows the real technical issues to look into. However, when we move our code to the production server which is accessible to all, that’s when we need to ...Read more