Description:-
Sometimes there are chances that you might be accidentally accessing production server instead of test server for development. To avoid that you can give the developer a start-up message regarding the environment.
Add the below statement to the method "startupPost" in the class "INFO".
void startupPost() { Box::info("YOU ARE USING PROD ENVIRONMENT!!"); }
Thanks for comments.....