MyBB Community Forums

Full Version: Framework idea
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For mybb 2.0, maybe use laravel as a framework? It has its own template system, auth, and database solution.
It's not official yet, but it's very likely what we're going with.
(2013-10-21, 07:07 PM)Fábio Maia Wrote: [ -> ]It's not official yet, but it's very likely what we're going with.

That is really good news. I personally find laravel to be the simplest yet have most features, writing templates with blade is really easy. For example, this is so much easier than typing it long hand.

{{ HTML::style('css/style.css') }} 

The views is the best part, we would be able to add support for muliforums much easier.