2017 © Pedro Peláez
 

library galleries

Galleries Version 2

image

egorryaroslavl/galleries

Galleries Version 2

  • Wednesday, August 2, 2017
  • by egorryaroslavl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Galleries form

Installation

composer require "egorryaroslavl/galleries":"^1.0"

Then add ServiceProviders, (*1)

  'providers' => [
    // ...
    Egorryaroslavl\Admin\AdminServiceProvider::class,
    Egorryaroslavl\Galleries\GalleriesServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    Intervention\Image\ImageServiceProvider::class,
    Barryvdh\Elfinder\ElfinderServiceProvider::class,
    // ...
  ],

and aliases, (*2)

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

and run, (*3)

php artisan vendor:publish

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

php artisan migrate

And create direcories for icons -, (*5)

  /public/upload/galleries/

The Versions