Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Laravel 5.6 Throw new Class not found Exception #196

Closed ericniaina closed 6 years ago

ericniaina commented 6 years ago

How to reproduce:

A Class not Found exception is raised on Laravel front end base controller when it tries to raise Illuminate\Http\Exception\HttpResponseException. Because the class has moved to Illuminate\Http\Exceptions\HttpResponseException

ericniaina commented 6 years ago

fixed here https://github.com/Riari/laravel-forum-frontend/pull/27 ^^'