dietercoopman/laravel-dashboard-laravelnews-tile
Composer 安装命令:
composer require dietercoopman/laravel-dashboard-laravelnews-tile
包简介
A Laravel News tile for Laravel Dashboard
README 文档
README
laravel-dashboard-laravelnews-tile
A Laravel News tile for the Spatie Dashboard. This tile will show you the Latest Laravel news articles on your Spatie Dashboard
Installation
You can install the package via composer:
composer require dietercoopman/laravel-dashboard-laravelnews-tile
Config file
In the dashboard config file, you must add this configuration in the tiles key.
// in config/dashboard.php
return [
// ...
'tiles' => [
'laravelnews' => [
'refresh_interval_in_seconds' => 300,
'number_of_articles' => 10,
],
],
];
统计信息
- 总下载量: 270
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-29
