samuelkrupik / contacter
Simple contact us form for laravel.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-05-19 00:03:01 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