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...
The first bit checks if the user used the right credentials. If the user did not give the right cred...
public function postLogin() { try { if ( ! Auth::attempt( Input::only('email', 'password') ) ) {...
have you closed the @yield ? If not, write @show or @stop. After the content.
I know the topic is solved but, maybe a tip for your next migration files do like, For example for c...
You should send a variable, when you return the view. For example return View::make('')->with('re...
The Laravel portal for problem solving, knowledge sharing and community building.