frontend and laravel on the backend.
I've set the route and everything is working fine.
Can I still use blade to make a anothet page? I use react router to route all my other pages on the frontend.
yep you can it's not an easy or good solution though and it depends on your specific case on how you want to implement it e.g. you could reverse proxy /blade-page to your backend route (e.g. /api/views/blade-page)
Обсуждают сегодня