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.
The device management route is controlled by diego-ninja/laravel-devices. Publish its config:
php artisan vendor:publish --tag=fluxui-devices-config
Edit config/devices.php:
'device_route' => 'settings/devices',
To customize component views:
php artisan vendor:publish --tag=fluxui-devices-views
Views are published to resources/views/vendor/fluxui-devices/.
How can I help you explore Laravel packages today?