i had this issue before, using wordpress in a laravel application
Built on eloquent and can be installed via composer. it provides an easy way to pull data to and fro- a wordpress database to your laravel application.
composer require jgrossi/corcel
here’s the link to it WordPress backend with Laravel, i hope this helps.
1
solved How to Use WordPress as Blog on Laravel Application? [closed]