I am using third party laravel forum library and i follow the steps in the tutorial but it gives the following error.
Type error: Argument 2 passed to DevDojo\Chatter\Events\ChatterBeforeNewDiscussion::__construct() must be an instance of Illuminate\Support\Facades\Validator, instance of Illuminate\Validation\Validator given, called in /home/mahmood/work/aalaauddin/vendor/devdojo/chatter/src/Controllers/ChatterDiscussionController.php on line 66
Can please someone please help?
use Illuminate\Support\Facades\Validatorin this page/home/mahmood/work/aalaauddin/vendor/devdojo/chatter/src/Controllers/ChatterDiscussionController.php- Ahmad RezkChatterDisc‌​ussionController.php- Ahmad Rezkuse Validator;with thisuse Illuminate\Support\Facades\Validator as Validator- Ahmad Rezk