I want to host the react app and laravel app in the same laravel application project. The front end app is react and backend(admin panel) laravel.
I want redirect all request to specific front end view except first URL segment == backend/:any
Eg.
http://host.com/backend/(any) Continue with laravel router
http://host.com/(any) except backend/ Continue with react router
Any idea for that matter?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire