When we have a Single Page Application, the routing is handled with the javascript framework router — meaning Laravel is not aware of the… — When we have a Single Page Application, the routing is handled with the javascript framework router — meaning Laravel is not aware of the routes in the SPA. That’s not an issue by itself, but means when we want to link to our app deep links from our backend, we…