定制 mariomka/advanced-dashboards-for-filament 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-02

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固