marcelweidum/filament-back-button
最新稳定版本:v1.0.0-beta.2
Composer 安装命令:
composer require marcelweidum/filament-back-button
包简介
Brings a back button to a resource view/edit page
README 文档
README
Brings a back button to a resource view/edit page
Caution
The current release is a beta release — use it cautiously in production.
Installation
You can install the package via composer:
composer require marcelweidum/filament-back-button
Important
If you have not set up a custom theme and are using Filament Panels follow the instructions in the Filament Docs first.
After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.
@source '../../../../vendor/marcelweidum/filament-back-button/resources/**/*.blade.php';
You can publish the config file with:
php artisan vendor:publish --tag="filament-back-button-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-back-button-views"
This is the contents of the published config file:
return [ 'all_resources' => true, 'resources' => [ // App\Filament\Resources\UserResource::class, ], ];
Set all_resources to false to only show the back button on specific Filament resources listed in resources.
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.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-21