2017 © Pedro Peláez
 

library about

About form

image

egorryaroslavl/about

About form

  • Monday, June 19, 2017
  • by egorryaroslavl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

About form

Installation

composer require egorryaroslavl/about 

Then add ServiceProviders, (*1)

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

and aliases, (*2)

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

and run, (*3)

php artisan vendor:publish 

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

php artisan migrate

The Versions

19/06 2017
19/06 2017
17/06 2017
16/06 2017