mariomka/advanced-dashboards-for-filament
最新稳定版本:v0.10.0
Composer 安装命令:
composer require mariomka/advanced-dashboards-for-filament
包简介
Advanced Dashboards for Filament
README 文档
README
This package is a work in progress and is not ready for production use.
Installation
You can install the package via composer:
composer require mariomka/advanced-dashboards-for-filament
Then you need to update your Filament panel configuration:
public function panel(Panel $panel): Panel { return $panel // other configurations ->discoverQuestions(in: app_path('Filament/Questions'), for: 'App\\Filament\\Questions') // other configurations }
If you're building a custom theme, you need import a css file in your resources/css/filament/{panel}/theme.css file:
@import '/vendor/mariomka/advanced-dashboards-for-filament/resources/css/overwrites.css';
And disable load the CSS in your config/advanced-dashboards-for-filament.php file:
[
'load_css' => false,
];
Optionally, you can publish the config file with:
php artisan vendor:publish --tag="advanced-dashboards-for-filament-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="advanced-dashboards-for-filament-views"
Usage
TBD
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-02