What is better to use and why ? http://laravel.io/bin/bkD7X or http://laravel.io/bin/XL5Oj ?
Hey fellow Laravel friends, I'm trying to build status updates like Facebook. But my question is how...
I'm getting the following message by my code. preg_replace() parameter mismatch pattern is a string...
I got a function to find a friend request by friend pivot id. Code // Repository public function fin...
I want to check if people are friends. I want to check if in a row both the authenticated user exist...
I got it working with this $friend = $this->friends()->where('friend_id', '=', $id)->where(...
But there is an option that, user_id is the visiting user id or the other way around.
Friends is a pivot table code is public function friends() { return $this->belongsToMany('Tri...
You need to make a custom HTML macro. Docs Custom Macros
The Laravel portal for problem solving, knowledge sharing and community building.