alamin/contact

This is contact packages. you can contact with email send

dev-master 2018-07-03 02:31 UTC

This package is not auto-updated.

Last update: 2024-09-30 00:01:48 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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.