, (*1)
Getting Started
contact form is a simple package for send email and contact......, (*2)
1. Install Laravel Breadcrumbs
Run this at the command line:, (*3)
composer require alamin/contact
This will both update composer.json and install the package into the vendor/ directory., (*4)
2. Add to app/config/app.php
'providers' => array(
// ...
'DaveJamesMiller\Breadcrumbs\BreadcrumbsServiceProvider',
),
3. Migrate :
php artisan migrate, (*5)
### 4. Publishing :, (*6)
First initialise the config file by running this command:, (*7)
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., (*8)