> For the complete documentation index, see [llms.txt](https://uxper.gitbook.io/lara-golo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxper.gitbook.io/lara-golo/setting.md).

# Site setting

### - Change Logo, Site Title&#x20;

To change Logo, site title please navigate to **Site Setting** in the left sidebar. In the tab General, edit the files below:

![](/files/-M07Ep1E2snFER9uPfdZ)

**App Name:** Enter the title of your website here

**Logo:** Browse your website logo

### - Setup SMTP Gmail

Login to your Google Email Account and click on Google Account Button. This button is display when you click on the profile picture in your Gmail Dashboard as shown.

![](/files/-M079FT9F6qRmso__1S_)

\
Click to **2-Step Verification** and step by step

![](/files/-M07D4lPl5w_TF3qXxmV)

After turn on 2-Step Verification will show **App passwords**

![](/files/-M07Er0EeFOyn0LA5NiY)

Click to App passwords and Generate app password

![](/files/-M07FJb4Giaj5qISZoUL)

![](/files/-M07FTRwjJvqAfyE7DOs)

![](/files/-M07FbpEYtH6w5UMXEw6)

Copy "Your app password" and config in file ".env"

```php
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=hello@uxper.com // Email gmail
MAIL_PASSWORD=vpactanxmperocky // Password in App password
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=hello@uxper.co // Email show when send email
MAIL_FROM_NAME=uxper // Name show when send email
```

### &#x20;**- Banner Ads Settings**

To change Banner Ads in the place detail, please navigate to **Site Setting** in the left sidebar. In the tab Ads Setting, edit the fills below:

![](/files/-M07HqZ1-BXsAoWS0MHs)

### - Google Maps API

To config for Goole Maps API. please follow with steps below:

Open the file: "/resources/views/admin/layouts/footer.blade.php" and replace your Goole Maps Api

Open the file: "/resources/views/frontend/layouts/template.blade.php" and replace your Goole Maps Api
