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...
$languages = array('nl','fr'); $locale = Request::segment(1); if ( in_array($locale, $languages) )...
Do you mean to echo them together ? You could do // User model public function getFullName() {...
@section("footer") <div class="footer"> <div class="co...
I am doing it like this. public function postLogin() { $credentials = array( 'email' => Inp...
Yes because its looking for an {id} if you place create after the items/{id}. So thats working as ex...
The Laravel portal for problem solving, knowledge sharing and community building.