jgusta
jgusta
Same here with 5.8. looks like this method was deprecated in laravel 5.4 and was an alias to `Illuminate\Events\Dispatcher::dispatch()`. But it was finally removed in 5.8. EDIT 4/14/2020: Instead of...
EDIT 4/14/2020: Instead of this, try [the solution below](https://github.com/thedevdojo/chatter/issues/247#issuecomment-589592795) by @WouterClaes where they extend the facade rather than edit the vendor file, its much cleaner. A quick and dirty guide...
[the @WouterClaes solution](https://github.com/thedevdojo/chatter/issues/247#issuecomment-589592795) is the best solution so far I think. Thanks!
Hey everyone, this is a two part issue. I believe "$(...).spectrum is not a function" issue is a race condition due to jquery being loaded in app.js and this package...