MostafaAttia
MostafaAttia
Can't create a new discussion when using Laravel 5.8: `Symfony\Component\Debug\Exception\FatalThrowableError Call to undefined method Illuminate\Events\Dispatcher::fire()`. `Illuminate\Events\Dispatcher::fire()` changed to `dispatch` in Laravel 5.8
When signing up, it supposed to send a verification email, However, the `if ($is_attendize) ` check in **UserSignupController@postSignup** is somehow preventing verification email to being sent, and the user can...
Hi, Great work BTW Please try to add a section on the readme file for the installing instructions, because your app has many different parts. Also some packages failed to...