flexibleit / support
A complete support system library for your website.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/flexibleit/support
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.