yevhenii/seo-module-laravel
Composer 安装命令:
composer require yevhenii/seo-module-laravel
包简介
Seo tools module. Seo helpers manager package for websites on Laravel and Lumen
关键字:
README 文档
README
This package renders the meta tags and Open Graph tags
The package creates a database, you can easily add SEO data to the database.
Fields example:
<meta name="title" content="example"> <meta name="description" content="example"> <meta name="keywords" content="example"> <meta property="og:title" content="example"> <meta property="og:image" content="example"> <meta property="og:description" content="example"> <meta property="og:type" content="example"> <title>example</title>
Features:
- seo-manager (coming soon)
- sharing meta tags in your website
Install
- In your terminal:
composer require yevhenii/seo-module-laravel
- Add to config/app.php provider
Yevhenii\Seo\SeoServiceProvider::class,
- Publish migration, config, views
php artisan vendor:publish --provider="Yevhenii\Seo\SeoServiceProvider::class"
php artisan migrate
Usage example
Add this function to your blade wherever you need
{!! \Yevhenii\Seo\Seo::seoBlock() !!}
统计信息
- 总下载量: 94
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-25