Skip to content

samuelkrupik/contacter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Contacter

⚡ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published