Hello,
I've been reading quite a bit of the core code, trying to understand Flarum's architecture, and I am slightly confused with the Laravel side and how Mithril ties into it.
Laravel with its events, listeners, commands, etc.
Mithril with its components, stores, etc.
It would be awesome, despite it being quite a bit of work, for an explanation of how things jive together so anybody can get a jump start on how things are broken down both on the front and back ends.
Any reading material on more complex Laravel architectures would also be great (apart from the already great Laravel documentation :p)