statview/filament-satellite
最新稳定版本:0.5.0
Composer 安装命令:
composer require statview/filament-satellite
包简介
Filament package for Statview
README 文档
README
You should have already installed and configured
statview/satellitein your project before using this package.
composer require statview/filament-satellite
Usage
It's important to have one default Filament Panel. You can do so by adding
->default()to one of your panels.
The package contains a Filament plugin. It's easy to add the configuration to you panel.
<?php use Statview\FilamentSatellite\SatellitePlugin; // ... ->plugins([ SatellitePlugin::make(), ]) // ...
Features
One click login
You can enable one click login by adding this to the plugin's config.
use Statview\FilamentSatellite\SatellitePlugin; SatellitePlugin::make() ->oneClickLogin( user: fn () => User::first(), redirect: fn () => DashboardPage::getUrl(), ),
Announcements
Announcements are enabled by default. You can disable them easily by adding this to the plugin's config.
use Statview\FilamentSatellite\SatellitePlugin; SatellitePlugin::make() ->announcements(flag: false);
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-11-01