Seo form
github.com/egorryaroslavl/seo
Source
Issues
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
MIT b7b50532c264ee9325445d65bf915d7e07f71f63
This package is auto-updated.
Last update: 2025-03-07 03:34:31 UTC
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