Site setting

On the Site Settings page, you can define some aspects that control the your site's functionality.

- Change Logo, Site Title

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

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.

Click to 2-Step Verification and step by step

After turn on 2-Step Verification will show App passwords

Click to App passwords and Generate app password

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

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

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:

- 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

Last updated