Posts: 155
Threads: 7
Joined: Feb 2013
Reputation:
7
- find something that has already been
integrated with Laravel. Then replace that 'something' with mybb.
- or make your own forum in Laravel
- no good deed goes unpunished
Posts: 155
Threads: 7
Joined: Feb 2013
Reputation:
7
There are many users here trying Laravel 4. (I am trying it for a month now

) I think it's possible to find people to try something and learn in the process...
a. I think common login is the biggest integration task, and it isn't trivial.
b. You could, in L4, make a home page with a link "Forum" and then try to make them look similar (theme integration).
c. Your L4 could read/present on your home page, recent comments and threads. For that, L4 will need config info from mybb transferred to its config files. It's possible to use two databases or L4 could add its data to mybb database.
- no good deed goes unpunished