jjdejong / phpip

Patent and other IP rights portfolio manager and docketing system v2
GNU General Public License v3.0
40 stars 17 forks source link

The application displays "Laravel" as title in the navigator #124

Closed papoteur-mga closed 1 year ago

papoteur-mga commented 1 year ago

Surely not a big deal. This was not the case previously.

jjdejong commented 1 year ago

Check the APP_NAME parameter in the .env file - this sets the name displayed in various instances, such as the landing page and the page title. It is set to phpIP in .env.example. The .env parameters override the config(app) parameters.