This will probably help you.
How to Implement WordPress for Specific Pages in a Laravel Project?
Hi everyone,
I’m currently working on a project using Laravel, with the domain example.com. My goal is to integrate WordPress only for the homepage (example.com) and the "About Us" page (example.com/about-us). The rest of the website’s routes should remain handled by Laravel (e.g., example.com/users would be a Laravel route).
Has anyone done something similar before? How would I go about setting up WordPress for just these two pages while keeping Laravel as the main framework for the rest of the site?
I'm thinking about using a subfolder or perhaps configuring something within the server (like Nginx or Apache), but I'm not sure of the best approach.
I appreciate any help or suggestions. Thanks!
Please or to participate in this conversation.