standapp/pulse-bigtable
最新稳定版本:1.0.0
Composer 安装命令:
composer require standapp/pulse-bigtable
包简介
A Laravel Pulse card to show big tables in database
README 文档
README
This card will show you big tables in your database.
Installation
You can install the package via composer:
composer require standapp/pulse-bigtable
Publish the config file
php artisan vendor:publish --tag=pulse-bigtable
Register the recorder
You must add the bigtable recorder to your config/pulse.php file:
return [ // ... 'recorders' => [ \StandApp\PulseBigTable\Recorders\BigTableRecorder::class => [], ], ]
You must also run the php artisan pulse:check command.
Add the card to your dashboard
In your dashboard view, you can use the bigtable card type:
<x-pulse>
// ....
<livewire:big-table cols='6' />
</x-pulse>
That's it! You should now see the big tables card on your pulse dashboard.
统计信息
- 总下载量: 2.34k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-21