I'm not sure you'll be able to have your cake and eat it too. Either you need to use a different solution for blogging in Laravel or have a subdomain blog.yoursite.com and point it to a different folder on your server where you have Wordpress installed - and you'll have to create a theme to match your Laravel site.
Best way to use Wordpress with a Laravel App?
Hi everyone,
I have a Laravel app but like most app websites, I need to have a /blog/ so I can write about it regularly. The biggest problem is that I want to use Wordpress and get the benefits of things like Yoast SEO, the comments, plugins, etc. yet there doesn't seem to be a good way to integrate Wordpress and Laravel.
Corcel seemed like the best option until I went to implement it and found out it didn't have comments not did it pull Yoast SEO features out of that table.
Installing Wordpress in /public does not seem like a viable option.
One of the biggest problems is that I want to use my existing layout. I don't want to have to create a Wordpress theme just so it looks like my Laravel site.
For those of you that do have a Wordpress blog running on top of your app, how are you pulling it off? I am dying for help here!
Thanks!
Please or to participate in this conversation.