thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

Chatter not getting maintenance? #267

Open sbarbat opened 4 years ago

sbarbat commented 4 years ago

Hi everyone, since Chatter is not getting maintenance, sent an email to the creator of the package to ask him if he can grant admin access to the repository to merge PR, etc without any answer.

Since this package is under MIT license, I created a new repository chatter-laravel/core to start maintaining and adding new features to it.

Everyone is welcome to collaborate!

Cheers 🍺

sbarbat commented 4 years ago

Check the new implementation, using Vue, Laravel API Resources.. A complete single page forum app 😉 😃

https://github.com/Chatter-Laravel/core

Chatter Laravel Forum preview

gaetandezeiraud commented 4 years ago

Hi @sbarbat And thanks for your fork! Just a question, I don't want to use VueJS but only SSR with Blade. And I see your fork use VueJS. Have you planned to make a version without VueJS? Or, it's simple to fork your fork and remove VueJS (Have you made a lot of modifications?).

Thanks!

sbarbat commented 4 years ago

@Brouilles it does have a lot of changes, on the Laravel side it's only a REST API so you will need to implement all the blade templates. Why you don't want to use Vue.js?

gaetandezeiraud commented 4 years ago

No, after reflexion it's not a problem! I can use the forum with VueJS and the rest of the website with Blade. It don't seem to be a problem. So, I think I make a Pull Request soon, for adding i18n support for multilanguage interface. :)

Thanks for your good job!

sbarbat commented 4 years ago

@Brouilles it shouldn't be a problem 😃

Thanks for your collaboration in advance! 🎉