thedevdojo / chatter

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

Update installation instructions to reflect Laravel 5.6 view change #229

Open craigballinger opened 5 years ago

craigballinger commented 5 years ago

In Laravel 5.6 they moved the location of the app.js script tag from just before to the section adding a defer attribute. In some browsers, jquery has an issue with defer: https://github.com/jquery/jquery/issues/3271

Since this causes a pretty significant issue in this project, the shortest distance seems to be to add a note in the setup instructions, at least in the short term.

211