My site uses Corcel, a sort of translation …

My site uses Corcel, a sort of translation layer between WordPress’s database and Laraval’s Eloquent ORM. I’ve got WordPress living on a separate domain, and a symlink to its uploads folder in my Laravel app’s `public` folder. Accessors help me filter image tags, and the few shortcodes actually in use behave like they would in a pure WordPress environment, while my Blade-powered front end is 100% under my control. I like that; some of the markup WordPress produces is a bit of a mess.