i am trying to merge Laravel and Wordpress together in one project.. the way i want it to work is, for Laravel to handle the Database Interactions and complex iterations going on on the site.. while Wordpress is used to handle the static contents, pages and all.. and using this approach, i want both of them to share a users table for login on both ends..
i saw this package on packagist jgrossi/corcel by Junior Grossi, and its doing a great job, getting the posts and all.. heres the tutorial working-with-laravel-4-and-wordpress-together,
but i'm yet to find one that actually binds both framework+cms to one authentication table seamlessly.. #anyideas..
i need ideas on this.. thanks.