flexibleit/support

A complete support system library for your website.

v1.2.0 2020-04-21 06:33 UTC

This package is auto-updated.

Last update: 2025-06-21 22:27:29 UTC


README

You can easily add support system in your laravel application

How to Install

  1. You can install the package via composer:
composer require flexibleit/support
  1. You need to run the vendor publish to give your specific configuration
php artisan vendor:publish --provider="Flexibleit\Support\SupportServiceProvider"
  1. You need to run the migration
php artisan migrate
  1. You need to set your mail configuration in the env file to send email
MAIL_USERNAME=yourmailusername
MAIL_PASSWORD=yoursmptpemailpassword
MAIL_ENCRYPTION=tls

Okay all set. You can use it.