flexibleit / support
A complete support system library for your website.
v1.2.0
2020-04-21 06:33 UTC
README
You can easily add support system in your laravel application
How to Install
- You can install the package via composer:
composer require flexibleit/support
- You need to run the vendor publish to give your specific configuration
php artisan vendor:publish --provider="Flexibleit\Support\SupportServiceProvider"
- You need to run the migration
php artisan migrate
- 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.