agenticmorf/fluxui-devices
FluxUI + Livewire Volt device and session manager for Laravel, powered by diego-ninja/laravel-devices. View authenticated devices, active sessions, locations, and remotely sign out specific or other devices—Jetstream-inspired UI that drops into the Livewire Starter Kit.
composer require agenticmorf/fluxui-devices
Install and configure diego-ninja/laravel-devices.
Add the HasDevices trait to your User model:
use Ninja\DeviceTracker\Traits\HasDevices;
class User extends Authenticatable
{
use HasDevices;
// ...
}
php artisan vendor:publish --tag=fluxui-devices-views
How can I help you explore Laravel packages today?