samuelkrupik / contacter
Simple contact us form for laravel.
dev-master
2021-09-18 16:13 UTC
This package is auto-updated.
Last update: 2026-04-19 02:02:56 UTC
README
⚡ Lightweight contact form package for laravel
Installation
composer require samuelkrupik/contacter
Preparing database
This will create new table in database for storing contacts.
php artisan migrate
Laravel without auto discovery
If you don't use auto-discovery, add the ContacterServiceProvider to the providers array in config/app.php
SamuelKrupik\Contacter\ContacterServiceProvider::class,
Preparing queue
You should configure queue to run in your laravel application. For more information about queues click here
Publishing configuration file
php artisan vendor:publish --tag=config
Configuring views
Publish views
php artisan vendor:publish --tag=config
Now you can modify published views