Skip to content

This is the contact-form package with laravel framework, ease to generate form contact and send message to admin

Notifications You must be signed in to change notification settings

amoungui/Laravel-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Contact form package

This is the contact form package to save contact query to database and send email to admin

Issues

Stars

Installation

Add Contact form to your composer.json file

    composer require amoungui/contact-form

Publish

The last required step is to publish views, config, migrations in your application with :

    php artisan vendor:publish

The next required step is to modify the config file to config/contact.php :

    return [
        'send_email_to'=> '[email protected]'
    ];

Change the value of parameter: send_email_to, with your own admin adress

Congratulations, you have successfully installed Amoungui !

About

This is the contact-form package with laravel framework, ease to generate form contact and send message to admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published