I am doing a simple social network like twitter. So we can follow someone, vice versa. The relations...
I am adding something additionally in Response::json. For example, the Restful route to public funct...
$followings = User::find(1)->followings()->paginate(null, ['ref_user_id']); $user_ids = []; fo...
It is hard to extend Illuminate\Http\Response. I try to use the middleware public function handle($r...
astroanu said: Something i did was define a method in the base controller and call it from my other...
The Laravel portal for problem solving, knowledge sharing and community building.
The community