2017 © Pedro Peláez
 

library contacts

Contact form

image

egorryaroslavl/contacts

Contact form

  • Thursday, June 1, 2017
  • by egorryaroslavl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Contacts

Installation

composer require "egorryaroslavl/contacts":"1.0.2"

Then add ServiceProviders, (*1)

  'providers' => [
    // ...
    Egorryaroslavl\Contacts\ContactsServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    Intervention\Image\ImageServiceProvider::class,
    // ...
  ],

and aliases, (*2)

  'aliases' => [
    // ...
      'Form' => Collective\Html\FormFacade::class,
      'Html' => Collective\Html\HtmlFacade::class,
      'Image' => Intervention\Image\Facades\Image::class,
    // ...
  ],

and run this, (*3)

php artisan vendor:publish 

And after all, run this..., (*4)

php artisan migrate

The Versions

01/06 2017

dev-master

9999999-dev

Contact form

  Sources   Download

MIT

The Requires

 

by egorr

01/06 2017
01/06 2017
01/06 2017