Skip to main content

Configuration

Steps to follow for getting started with the Laravel:

Mail Configuration

  1. Open and edit the /.env file and provide following details:

       MAIL_DRIVER="YOUR MAIL DRIVER"
    MAIL_HOST="YOUR MAIL HOST"
    MAIL_PORT="YOUR MAIL PORT"
    MAIL_USERNAME="YOUR MAIL ID"
    MAIL_PASSWORD="YOUR MAIL PASSWORD"
    MAIL_ENCRYPTION="YOUR MAIL ENCRYPTION"
  2. Enter mail host name, mail port, mail username( Mail ID ), mail password and mail encryption type.

General Settings Configuration

Please refer to the below steps for configurations.

App Config setting

Change your App Name, Footer Text, Copyright Text, Helpline Number, Inquiry Email, Site Description and logos

Image