msilabs / contact

This will send email to admin and save contact query in database

Home Page:https://github.com/msilabs/contact

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total Downloads Latest Stable Version License

Contact : Laravel Package

This will send email to admin and save contact query in database.

Get Started

Requires PHP: ^8.0, Laravel: ^9.0|^10.0

Install msilabs/contact via the Composer package manager:

composer require msilabs/contact

Optionally, publish the configuration file:

php artisan vendor:publish --provider="Msilabs\Contact\ContactServiceProvider"

Migrate the migration file.

php artisan migrate

Start local server.

php artisan serve

Visit /contact url

/contact

About

This will send email to admin and save contact query in database

https://github.com/msilabs/contact

License:MIT License


Languages

Language:PHP 66.6%Language:Blade 33.4%