Open deva7mad opened 4 years ago
The Event method fire is deprecated in Laravel v5.8 However it works on prior version of Laravel v5.7 You can use the method dispatch in Laravel v5.8 and later. It works same as fire method and dispatches the event to event handler function registered in EventServiceProvider
You need to replace Laravel trust package version with one that's compatible with laravel 5.8.
Problem comes from Laravel trust package.