Have you configured your web server appropriately? If not so which one do you use Nginx or Apache
hmm that's interesting, in your controller just try and do this $user = Confide::user(); dd($user);...
imdadahad Aha, Now i understand your question. You are trying to achieve your functionality using RE...
Yeah, Laravel 4.2 now uses traits in softdeleting. Read here for more information. Just make sure yo...
Hey, I think you are looking for something like this Route::group(array('prefix' => 'student'), f...
The Laravel portal for problem solving, knowledge sharing and community building.