takshak/adash-metas
最新稳定版本:1.1.3
Composer 安装命令:
composer require takshak/adash-metas
包简介
meta tags extension for adash admin panel
README 文档
README
An extension to takshaktiwari/adash for adding meta tags and content to pages, targeting the url. You can also set tags for whole site (globally) at one place. This is helpful for SEO Managers.
Implementation
Install the package with composer with given command and run the migrations php artisan migrate
composer require takshak/adash-metas
Add component to admin sidebar, inside ul element for getting the links in admin sidebar
<x-ametas-ametas:admin-sidebar-links />
Run the migrations
php artisan migrate
Components
Admin sidebar menu
<x-ametas-ametas:admin-sidebar-links />: Use this component to show the menu item in admin sidebar
Displaying meta tags on website
<x-ametas-ametas:metatags />: Add this component in the head tag of your website to display meta tags there. You can pass url argument to tell the component about some specific url otherwise it will capture the current url. You can also pass array to tags in tags argument to tell the component some custom meta tags, like: :tags="['title' => 'Some page title', 'keywords' => 'and so on']"
统计信息
- 总下载量: 60
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-19