Level 2
I managed to solve it, I learned to use artisan route:clear and route:list.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I created a route
Route::get('teste',function() {return "olá mundo";});
but i get 404 not found when i use localhost/teste
I have Laravel with Breeze.
I managed to solve it, I learned to use artisan route:clear and route:list.
Please or to participate in this conversation.