- run these two commands to launch app in dev mode:
php artisan serve
npm run dev
-
go to http://localhost:8000
-
while unauthenticated, click the red
Dashboardlink in the top-right corner of the page -
watch the console as an empty errors object is logged out in
resources/js/Pages/Auth/Login.jsx