First argument of hasMany should be full class name, like App\Comment. Second argument should be the...
Just to make sure the database driver is working, start php artisan tinker and execute this line: Qu...
Why not put $results back into SearchParams when the search is done? And add a method to your contro...
So, if you literally do this in your controller: Session::flash('message', 'test'); dd(Session::all(...
The Laravel portal for problem solving, knowledge sharing and community building.