Updating Application Name and Logo
During the installation process, you'll have the opportunity to specify an application name and a logo. Should you later decide to revise the name or logo, or if you initially skipped adding a logo and now wish to include one, you can accomplish these tasks via the .env
file located at the root of your project directory.
Below is the portion of the .env
file you'll need to modify:
# The name of the application
APP_NAME="Reward Loyalty"
# URL for the application's logo (e.g. https://example.com/assets/img/logo.svg)
APP_LOGO=""
# URL for the application's logo, specifically for dark themes
APP_LOGO_DARK=""
Fill in the respective quotes ("") with your desired application name and the complete URLs of your logos. Once saved, these changes will be reflected in your application.