DEV Community

Discussion on: Using Vue Router in a Laravel subroute

Collapse
 
devhammed profile image
Hammed Oyedele

Yeah, I just add that to routes/web.php and all requests will be directed to my Frontend Router. With this, you can add other routes above and Laravel will only let the frontend handle the route when it does not recognize it.