calotype/seo
Composer 安装命令:
composer require calotype/seo
包简介
A package containing SEO helpers.
README 文档
README
Calotype / SEO
Warning! This package is still in an alpha/beta state.
SEO is a package that provides helpers for some common SEO techniques.
Features
-
Meta tags:
- Set the meta title and description on the fly.
- Set the meta title and description by object.
-
Sitemap.xml:
- Generate a sitemap.xml and add your own entries.
- Generate entries from one or more objects (lazy-loading is available).
-
Robots.txt:
- Generate a robots.txt and add your own entries.
Installation
Composer / Packagist
Require the package in your composer.json.
"calotype/seo": "dev-master"
Run composer install or update to download the package.
$ composer update
Providers
Laravel 4
Just register the service provider and the facades in app/config/app.php and you are good to go.
// Service provider 'Calotype\SEO\Providers\SEOServiceProvider', // Facades (can customize if preferred) 'SEO\Meta' => 'Calotype\SEO\Facades\Meta', 'SEO\Sitemap' => 'Calotype\SEO\Facades\Sitemap', 'SEO\Robots' => 'Calotype\SEO\Facades\Robots',
统计信息
- 总下载量: 2.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 74
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-20