egorryaroslavl / categories
Categories form
1.0.1
2017-06-16 15:16 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 04:03:33 UTC
README
Installation
composer require "egorryaroslavl/categories":"^1.0"
Then add ServiceProviders
'providers' => [
// ...
Egorryaroslavl\Admin\AdminServiceProvider::class,
Egorryaroslavl\Categories\CategoriesServiceProvider::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
A create direcories for icons -
/publish/upload/icons/categories/