Open far3ki opened 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 :)
Is there any timeframe planned for the 5.7 support ?
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 :(
Want to try this but am thinking a roll-your-own might be a more sustainable approach.
Want to know the steps to do so if one has to do a roll-your-own approach
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 .
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
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