System Configuration Tips

  • Debug mode is enabled. This is not recommended for production installations.
  • The backend URL /admin is too generic. Please set to something more unique.

Could anyone give me solutions for this problems? thank yu

this can be “solved” in your .env file at the root of your project.

  • Debug mode is enabled. This is not recommended for production installations.

You can set to false :

APP_DEBUG=false
  • The backend URL /admin is too generic. Please set to something more unique.
BACKEND_URI=/intranet

intranet being replaced by whatever you prefer

2 Likes