statview/filament-satellite 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

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/satellite in 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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-11-01