Relative Content

Tag Archive for laravelbreeze

The laravel errors are not shown correctly

I’m creating a Laravel app with membership. I’m using breeze to manage that. Recently I’ve added the verification e-mail function and from here, my error messages are not shown correctly.

probelm in roote and veiws and controller for the dashboard view in laravel using breeze

I want to execute the index function of a controller before returning the dashboard view, but it seems like Laravel automatically returns any view named ‘dashboard’. Even after changing all the names of the dashboard and the route, it returns an error stating there is no route with that name. I tried renaming everything and treated the dashboard as a separate page, but then it doesn’t recognize the route. I just want to retrieve some data from the database and display it on the dashboard.