How to access a database created via Wordpress in PHP using laravel framework

I created one website using Wordpress and all the data coming from that site is stored in a database. And more importantly, the database is only created using Wordpress. So now I want to access this data through another website which is developed through php (laravel framework) and I have access to this database through phpmyadmin, but I cannot access this database because this data is stored in encoded form by Wordpress.

I tried to integrate wordpress into laravel framework but it didn't work for me. For any other solution please help me.

+3


source to share


1 answer


Found some tutorials here Laravel and Wordpress together , I haven't tried it.



+2


source







All Articles