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...
Do a before filter on every page. App::before(function($request) { // Check if user is logged in...
What does it return when you do return View::make('frontend.agenda.index')->with('dates', $dates...
You have to enable the php fileinfo extension in your wamp (or other php driver).
Maybe you can achieve this by storing a user_id in the session. When a user logs in check if a user_...
This means that there is no result so either there's no team for this player or no image found.
The Laravel portal for problem solving, knowledge sharing and community building.