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...
This is because public function creator() { return $this->belongsTo('User'); // Looks for cre...
To improve your code a little add this to the User model and remove the line // Add this public func...
I made a conversations/messages system a while back, and did it like this. users id | etc. conversa...
If you want to use a repository pattern, then it's bad practice. But on topic, if your app is small...
What if you do this: <a href="https://www.google.com/maps/@{{ e($myvar->lat) }},{{ e($myv...
The Laravel portal for problem solving, knowledge sharing and community building.
The community