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...
For your first problem it's not finding the database table users in database trutext_db.
For your create url you don't need the $item variable and also the method isn't needed. Just do Rout...
I'm using it for sub domains Route::group(array('domain' => 'dev.' . Config::get('app.url')), fun...
I'm doing it like this (I don't know it is the right way) app / trinity(app name) / Users / User, Us...
You can build this manually. I used to use Sentry but it broke the rest of my code. Because I prefer...
The Laravel portal for problem solving, knowledge sharing and community building.