Was just wondering if it's possible / plausible to cut corners by modifying Laravel projects to be Flarum extensions.
Case in point, this is a Laravel Poll project.
https://github.com/FbF/Laravel-Poll
I see it has a composer.json but does not have a bootstrap. Is it feasible that this source could be modified to be used with Flarum?
What road blocks are there besides directory structure? Differences between Core and Laravel?
It seems like it should be doable, granted Flarum supports the dependencies.
Thank you.