> 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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://uxper.gitbook.io/lara-golo/setting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
