1.0.0 2017-05-29 17:51 UTC

This package is auto-updated.

Last update: 2024-04-07 01:40:34 UTC


README

Installation

 composer require egorryaroslavl/seo  

Then, add serviceProvider:

'providers' => [
    // ...
        Egorryaroslavl\Seo\SeoServiceProvider::class,
    // ...
  ],

run this command

php artisan vendor:publish 

and run this command too

php artisan migrate