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.
Found some tutorial here Laravel & WordPress together, I haven’t tried it.