jetiradoro/laravel-session-manager
Manage active user sessions in Laravel using the database session driver. View current connections, detect inactive sessions (e.g., 10+ minutes), and force logout or destroy old sessions via an admin page. Includes install command, migrations, and publishable config/routes.
SESSION_DRIVER=database, which may not suit stateless or high-performance apps relying on file/redis sessions. Requires schema changes (migrations) during installation.SESSION_DRIVER=database acceptable, or does the app require file/redis for performance/scalability?/admin/current-connections endpoint be restricted?SESSION_DRIVER in .env).composer require jetiradoro/laravel-session-manager.php artisan session-manager:install (handles .env, migrations, and config).php artisan vendor:publish).auth:admin).@stack for JS inclusion).vendor:publish changes in newer Laravel).Session facade).session-manager.php or .env values must be version-controlled to avoid inconsistencies across environments.sessions table directly.sessions table.session-manager.php) and admin UI usage..env (SM_ROUTES=false) and remove routes/configs.How can I help you explore Laravel packages today?