msilabs / contact
This will send email to admin and save contact query in database
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/msilabs/contact
Requires
- php: ^8.0
- laravel/framework: ^9.0|^10.0
README
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