alamin / contact
This is contact packages. you can contact with email send
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/alamin/contact
This package is not auto-updated.
Last update: 2025-11-10 05:13:22 UTC
README
Getting Started
contact form is a simple package for send email and contact......
1. Install Laravel Breadcrumbs
Run this at the command line:
composer require alamin/contact
This will both update composer.json and install the package into the vendor/ directory.
2. Add to app/config/app.php
'providers' => array( // ... 'DaveJamesMiller\Breadcrumbs\BreadcrumbsServiceProvider', ),
3. Migrate :
php artisan migrate
4. Publishing :
First initialise the config file by running this command:
php artisan vendor:publish --provider="Alamin\Contact\ContactServiceProvider"
config directory you can see Config.php
see and array and your email address put this array.