Laravel Closure Function is not working (with) relation
Hello Developers I hope you are all good. I have had a problem for 2 or 3 days, and I can’t figure out how to solve this. The code is below here. but it always returns Error: Method name must be a string in file /vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php on line 764 $feeds = Feed::where("id",$request->feed_id) ->with("media","likes","customer",[‘comments’=>function($query){ foreach ($query… Read More Laravel Closure Function is not working (with) relation