thedevdojo / chatter

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

Plan to support to Laravel 5.7 #226

Open far3ki opened 6 years ago

far3ki commented 6 years ago

Hi,

With Laravel 5.6 it works ok, installed version is 0.2.18. This package is included in my project and I'm currently working on upgrading the whole project to Laravel 5.7.

thanks

shirshak55 commented 6 years ago

First of all is this project maintained? If yes then it is very good and this package is really awesome. Otherwise I think we need more maintainer for this project :)

vbasky commented 5 years ago

Is there any timeframe planned for the 5.7 support ?

shirshak55 commented 5 years ago

i don't expect it to be updated soon. For that I needed to fork it bump the illuminate version. I thought I would maintain it but I don't know if maintainer will start maintaining it soon :(

dambridge commented 5 years ago

Want to try this but am thinking a roll-your-own might be a more sustainable approach.

vbasky commented 5 years ago

Want to know the steps to do so if one has to do a roll-your-own approach

shirshak55 commented 5 years ago

just chage composer.json file and import using vcs

On Sun, Oct 21, 2018, 8:43 PM Vikram Bhaskaran notifications@github.com wrote:

Want to know the steps to do so if one has to do a roll-your-own approach

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/thedevdojo/chatter/issues/226#issuecomment-431675853, or mute the thread https://github.com/notifications/unsubscribe-auth/AHuOYSxHz0u5_QUlwp0uv4pIX3TG6yq8ks5unIufgaJpZM4WmKW3 .

codiiv commented 5 years ago

I just installed a fresh installation on Ubuntu 18.04 with NGINX and Laravel 5.7 successfully.

The only thing I had to change was to remove the "refer" attribute from <script src="{{ asset('js/app.js') }}" defer></script> in resources/views/layouts/app.blade.php.

@thedevdojo If you need help maintaining the package, I would happily join the team.

Thanks