定制 jeffersongoncalves/filament-topbar 二次开发

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

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

jeffersongoncalves/filament-topbar

最新稳定版本:2.1.0

Composer 安装命令:

composer require jeffersongoncalves/filament-topbar

包简介

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strat

README 文档

README

Filament Topbar

Filament Topbar

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

Description

A simple yet effective Filament plugin that automatically adds a customized topbar to your Filament admin panel. This plugin enhances your Filament panel's user experience by replacing the default topbar component with an improved version that displays navigation and user interface elements in strategic locations.

Preview

Preview Topbar Navigation

Preview Topbar Navigation Mobile

Features

  • ???? Custom Topbar Component: Replaces the default Filament topbar with an enhanced version
  • ???? Easy Integration: Automatically integrates with your existing Filament panels
  • ???? Zero Configuration: Works out of the box after installation
  • ???? Responsive Design: Maintains Filament's responsive design principles
  • ???? Backward Compatible: Preserves the original topbar functionality while adding enhancements

Requirements

  • PHP 8.2 or higher
  • Filament 4.x

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-topbar:^2.0

The package will automatically register its service provider and replace the default Filament topbar component.

Usage

Add in AdminPanelProvider.php

use JeffersonGoncalves\Filament\Topbar\TopbarPlugin; ->plugins([ TopbarPlugin::make(), ])

How it works

The package:

  1. Registers a new custom topbar component that replaces the default one
  2. Uses a custom Blade view that enhances the topbar functionality

Customization

If you need to customize the topbar view, you can publish the views:

php artisan vendor:publish --tag="filament-topbar-views"

This will publish the topbar view to resources/views/vendor/filament-topbar/components/topbar.blade.php where you can modify it according to your needs.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 107
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04