1.0.0 2017-06-19 07:48 UTC

This package is auto-updated.

Last update: 2024-03-07 02:50:06 UTC


README

Installation

composer require egorryaroslavl/about 

Then add ServiceProviders

  'providers' => [
    // ...
    Egorryaroslavl\About\AboutServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    Barryvdh\Elfinder\ElfinderServiceProvider::class,
    // ...
  ],

and aliases

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

and run

php artisan vendor:publish 

And after all, run this...

php artisan migrate