I have seen this, but its logic is to replace Wordpress. Mine is not. I need to leave WP at its peace and have my laravel app make CRUD actions on users...
Do you think i could do it by just putting this in laravel index.php?
define('WP_USE_THEMES', true);
require __DIR__.'/../wordpress/wp-blog-header.php';
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community