Enshrined wrote a nice tutorial on how to integrate WordPress into Laravel 5.

wordpress laravel 5

Recently whilst working on an outsourced project at We Are DWM we had a Laravel app and a WordPress site running side by side. The client had wanted the same design across both “sites” and for it to appear as seamless as possible.

This really gave us two options:

Maintain two separate sets of CSS and templates, one for WordPress and another for Laravel, or Find a way to merge the two without compromising their integrity. Option 1 is probably the simplest option, but would more than likely lead to a huge number of issues later down the line, with one set of styles being updated but not the others, etc. Therefore I decided to research option 2 some more and run with it.