⚡ Lightweight contact form package for laravel
composer require samuelkrupik/contacter
This will create new table in database for storing contacts.
php artisan migrate
If you don't use auto-discovery, add the ContacterServiceProvider to the providers array in config/app.php
SamuelKrupik\Contacter\ContacterServiceProvider::class,
You should configure queue to run in your laravel application. For more information about queues click here
php artisan vendor:publish --tag=config
Publish views
php artisan vendor:publish --tag=config
Now you can modify published views