I'm using Laravel Breeze, when I want to host it, it gives me a big problem that one user wants to login while another user is open. When I was installing Breeze, I used this command:
composer require Laravel/breeze --dev
I tried
composer require Laravel/breeze --dev
my expectation was to normal install Laravel/breeze for authentication
You can use the breeze:install Artisan command to install Breeze's views and routes to your application. Run the following command in your terminal:
php artisan breeze:install