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.

Settings

From Setting Panel You can configure the common settings

This panel is used to for common configurations.

  • General Settings - Configure the details like App Name, Description, Email, Phone, Website, ZipCode, Address.

    General Settings

  • Theme Settings - You can configure logo, Footer Logo,favicon etc.

    Theme Settings

  • Service Configurations - Enable Disable available Service Type from here.

    Service Configurations

  • App Configurations - Configure App related settings from App configurations.

    App Configurations

    App Configurations

  • Notification Configurations - From here you can choose for which you want to send push notification

    Notification Configurations

  • Social Media Configurations - Add your social media links here. It will be displayed in App and Web.

    Social Media Configurations

  • Language Configurations - You can choose Language for your Web from here.

    Language Configurations

  • Payment Configurations - You can enable and configure Payment Methods from here.

    Payment Configurations

  • Mail Configurations - You can used this mail configuration for sending mail to user
    when for forget password etc.

Mail Configurations

  • Earning Configurations - Choose Earning Type for provider from here.

Earning Configurations

Front-End Configuration

  • Configure Landing Page from Landing Page Setting.

    Landing Page Settings

    Landing Page

  • Configure Header of Landing Page from Header Menu Setting.

    Landing Page Header Settings

    Landing Page Header

  • Configure Footer of Landing Page from Footer Setting.

    Landing Page Footer Settings

    Landing Page Header

Watch Laravel Admin Configurations