# 2. Config your website

After your website has been setup successful. What's you need to do next ?

# 2.1 Site information

URL https://example.com/admin/appearance/theme-options

Access to the URL and change: site title, description, logo, icon,...

Theme options

# 2.2 Disable unnecessary things

In production environment, we need to disable / enable or update the following features below to secure and increase website speed:

Go to the URL: https://example.com/admin/settings/general

  1. Debug mode (Disable)
  2. Cache mode (Enable)
  3. Timezone (optional)

Debug mode is support for developer in development environment. If this feature is enabled, bad guys can take advantage of vulnerabilities to access your system.

Cache mode will increase your website speed by saving database queries result to the files and get direct from that files without execute the queries again.

General settings

# 2.3 Google Analytics

To get the statistics from your website (total views, visitors,..). You have to create an Analytics account and add your website to it, you will need to verify the website.

Follow this link for the tutorial: https://support.google.com/analytics/answer/9304153?hl=en (opens new window)

After that, download a file service-account-credentials.json from Google Credentials and put this file to the folder: storage/app/analytics/service-account-credentials.json. If you don't know how to get it, please follow this link: https://developers.google.com/workspace/guides/create-credentials#create_credentials_for_a_service_account (opens new window).

Google Analytics settings

# 2.4 Email, SMS, Social Networks Login

# Email (important)

Config email settings for sending messages to the users or admins on the system. This feature is very important, it's needed for your website. Using for situations like: forgot password, notifications, verification,...

URL: https://example.com/admin/settings/email (opens new window)

Email Settings

# SMS

Currently we're only using PPurio (opens new window) provider for send SMS notifications. By using this feature, you'll receive a new message on your phone when you have a new Consulting Request.

URL: https://example.com/admin/settings/sms (opens new window)

SMS Settings

# Social Networks

Supported social networks:

  1. Google
  2. Facebook
  3. Naver
  4. KakaoTalk

By using this feature, your member can using social networks for login and register a new account.

URL: https://example.com/admin/settings/social-login (opens new window)

Social Networks Settings