How to Access Database created through WordPress in PHP using laravel framework

I have created one Website using WordPress and all the data is coming from this website is stored into database.And more importantly that database is created using WordPress only. So now i want access this data through another website which is developed through php(laravel framework) and i have access to that database through phpmyadmin but i am unable to access that database because that data is stored in encoded form by wordpress.

I have tried integrating wordpress in laravel framework but that didnt worked for me.
For any other solution please help me.

Related posts

1 comment

Comments are closed.