KiviLabs - Documentation
KiviLabs

Configuration

Estimated reading: 2 minutes

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.

Settings

From Setting Panel You can configure the common settings

This panel is used to for common configurations.