定制 agenticmorf/fluxui-devices 二次开发

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

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

agenticmorf/fluxui-devices

Composer 安装命令:

composer require agenticmorf/fluxui-devices

包简介

FluxUI front-end for managing devices and sessions using diego-ninja/laravel-devices

README 文档

README

Documentation is available on GitHub Pages.

A FluxUI front-end for managing devices and sessions using diego-ninja/laravel-devices. Designed to cleanly slot into the Laravel Livewire Starter Kit with Flux UI components.

Inspired by Laravel Jetstream's browser session management, this package provides a beautiful and functional interface for users to manage their authenticated devices and active sessions.

Features

  • 📱 Device Management - View all devices that have been used to access the account
  • 🔐 Session Management - View and manage all active browser sessions
  • 🚪 Remote Sign Out - Sign out of specific devices or all other devices
  • 🌍 Location Display - Shows session location information when available
  • 🎨 FluxUI Components - Beautiful, consistent UI using Flux components
  • Livewire Volt - Modern reactive components with Volt
  • 🆓 Custom Icons - Device type icons that work without Flux Pro license

Requirements

  • PHP 8.2+
  • Laravel 11.0+ or 12.0+
  • Livewire 3.0+
  • Livewire Volt 1.0+
  • diego-ninja/laravel-devices ^2.0
  • Flux UI (Pro license recommended, but not required for basic functionality)

Installation

  1. Install and configure diego-ninja/laravel-devices

  2. Install the package via Composer:

composer require christhompsontldr/fluxui-devices
  1. Add the HasDevices trait to your User model:
use Ninja\DeviceTracker\Traits\HasDevices;

class User extends Authenticatable
{
    use HasDevices;
    // ...
}

Note: You can customize the device management route by modifying config('devices.device_route') in your published config/devices.php file.

  1. Optionally publish the views for customization (includes custom icons):
php artisan vendor:publish --provider="ChrisThompsonTLDR\\FluxuiDevices\\FluxuiDevicesServiceProvider"

Usage

Device Management Component

Add the device management component to your settings page:

<livewire:fluxui-devices.device-manager />

This component displays:

  • All devices that have accessed the user's account
  • Device type (desktop, tablet, mobile) with appropriate icons
  • Browser and platform information
  • Last activity time
  • Current device indicator
  • Sign out button for each device (except current)
  • "Sign Out Other Devices" button for bulk sign out

Session Management Component

Add the session management component to your settings page:

<livewire:fluxui-devices.session-manager />

This component displays:

  • All active sessions for the user
  • Device information for each session
  • IP address and location
  • Session status badges (active, blocked, locked, etc.)
  • Current session indicator
  • End session button for each session (except current)
  • "End Other Sessions" button for bulk sign out

Integration with Laravel Livewire Starter Kit

To add these components to the settings page in the Laravel Livewire Starter Kit:

  1. Publish the package views:
php artisan vendor:publish --provider="ChrisThompsonTLDR\\FluxuiDevices\\FluxuiDevicesServiceProvider"
  1. Add a nav item in resources/views/components/settings/layout.blade.php:
<flux:navlist.item :href="config('devices.device_route')" wire:navigate>{{ __('Devices') }}</flux:navlist.item>

The route is automatically registered by the package.

Customization

Publishing Views

To customize the component views:

php artisan vendor:publish --provider="ChrisThompsonTLDR\\FluxuiDevices\\FluxuiDevicesServiceProvider"

Action Message Component

The components use an action-message component for success feedback. This component should be available if you're using the Laravel Livewire Starter Kit. If you don't have it, you can create a simple one:

{{-- resources/views/components/action-message.blade.php --}}
@props(['on'])

<div x-data="{ shown: false }"
     x-init="@this.on('{{ $on }}', () => { shown = true; setTimeout(() => shown = false, 2000) })"
     x-show="shown"
     x-transition
     {{ $attributes }}>
    {{ $slot }}
</div>

Or simply replace <x-action-message on="event-name">Success!</x-action-message> with your own success notification component.

Security

All destructive actions (signing out devices, ending sessions) require the user to confirm their password. This follows the same security pattern used in Livewire Starter Kit.

Credits

License

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

agenticmorf/fluxui-devices 适用场景与选型建议

agenticmorf/fluxui-devices 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 87 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 07 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「security」 「laravel」 「sessions」 「Devices」 「livewire」 「fluxui」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 agenticmorf/fluxui-devices 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 agenticmorf/fluxui-devices 我们能提供哪些服务?
定制开发 / 二次开发

基于 agenticmorf/fluxui-devices 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

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