#Route not working

13 messages · Page 1 of 1 (latest)

pale flicker
#

the error

#

Can anyone tell me what problem is happening to me? I've already created a compras.blade.pphp I've also made a route but the problem still persists. Can anyone help me? I already asked teachers for help but they are not online at the moment

#
    return view('compras');
}); ```
earnest gulch
#

@pale flicker Please use more descriptive titles for threads.

#

What does php artisan route:list give you?

#

Route not working

pale flicker
#

this?

earnest gulch
#

Yes.

#

You’ve cached your routes.

#

Don’t do that.

#

Run php artisan optimize:clear and don’t run any optimize or cache:* commands locally again.