egorryaroslavl / partners
Partners form
1.0.0
2017-06-23 10:01 UTC
Requires
- barryvdh/laravel-elfinder: ^0.3.10
- egorryaroslavl/admin: ^1.0
- intervention/image: ^2.3
- laravelcollective/html: ^5.4
This package is auto-updated.
Last update: 2025-03-07 03:48:35 UTC
README
Installation
composer require egorryaroslavl/partners
Then add ServiceProviders
'providers' => [
// ...
Egorryaroslavl\Admin\AdminServiceProvider::class,
Egorryaroslavl\Partners\PartnersServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
Barryvdh\Elfinder\ElfinderServiceProvider::class,
// ...
],
and aliases
'aliases' => [
// ...
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Image' => Intervention\Image\Facades\Image::class,
// ...
],
and run
php artisan vendor:publish
And after all, run this...
php artisan migrate
And create direcories for icons -
/publish/upload/icons/partners/