hosannahighertech / yii2-yiiboard

Yii2 Forum Module
http://hosannahighertech.co.tz/forum
Apache License 2.0
14 stars 8 forks source link

Provide a Standalone Application #4

Open DaSourcerer opened 9 years ago

DaSourcerer commented 9 years ago

Using this as a module is a fine thing, but distributing a standalone app were even greater. This is possibly against the intentions of the project, but should be discussed. Technically this isn't far fetched: A module in Yii 2.0 is pretty much a stripped-down (web)application. This will come with some tasks, however: Installer, converters, etc …

mtangoo commented 9 years ago

I think we have to develop it as an application with forum module in it. So we upload full working app with forum module in it. Here is where my suggestion of decoupling User Auth information comes into play. If user login System is tied to the forum, we are doomed. But if its not then we can easily separate the two.