dev-master
9999999-devContact form
MIT
The Requires
by egorr
1.0.2
1.0.2.0Contact form
MIT
The Requires
by egorr
1.0.1
1.0.1.0Contact form
MIT
The Requires
by egorr
1.0.0
1.0.0.0Contact form
MIT
The Requires
by egorr
Wallogit.com
2017 © Pedro Peláez
Contact form
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
Contact form
MIT
Contact form
MIT
Contact form
MIT
Contact form
MIT