samedi 5 octobre 2019

Host react app and laravel backend(Admin panel) in same laravel application project

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