Download the PHP package seo/manager without Composer
On this page you can find all versions of the php package seo/manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package manager
Short Description Seo Manager For Laravel
License MIT
Homepage https://github.com/VaheSaroyan/seomanager
Informations about the package manager
Manager
Structure
Installation
1 - Dependency
The first step is using composer to install the package and automatically update your composer.json
file, you can do this by running:
Note: If you are using Laravel 5.5, the steps 2 and 3, for providers and aliases, are unnecessaries. SeoManager supports Laravel new Package Discovery.
2 - Provider
You need to update your application configuration in order to register the package so it can be loaded by Laravel, just update your config/app.php
file adding the following code at the end of your 'providers'
section:
config/app.php
3 - Facade
Facades are not supported in Lumen.
In order to use the SeoManager
facade, you need to register it on the config/app.php
file, you can do that the following way:
4 Configuration
Publish config
In your terminal type
In seo_manager.php
configuration file you can determine the properties of the default values and some behaviors.
Meta tags Generator
With SEOMeta you can create meta tags to the head
-
1 add
{!! SEO::generate(true) !!}
to sitehead
-
2 add
{!! SeoManager::generateManager() !!}
to sitebody
you can be shut seo manager in admin permissionEX
- 3 usage in controller
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of manager with dependencies
php Version ~5.6|~7.0
laravelcollective/html Version ^5.4
artesaos/seotools Version ^0.10.0
league/flysystem-aws-s3-v3 Version ~1.0