Example taken form http://stackoverflow.com/questions/26757452/laravel-eloquent-accessing-properties...
I want to be able to distinguish if a user is Administrator, and if he is to redirect him appropriat...
I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...
When I enter an address like 'localhost/classifieds/public/admin/categories' it works fine. But, if...
I 'm deleting records with ajax code (in a javascript function): $.ajax({ typ...
It doesn't work, now I 'm trying according to this page: http://code.tutsplus.com/tutorials/authenti...
I tried and with a 'hashed', still cannot login.
I have entered the data in the database manually, so they 're not 'hashed'. I changed the password f...
Code execution in routes.php(1-4, written by their execution order): 1. Route::group(array('before'...
@zaalbarxx You 're right about the loop, because when I try to login it does take some time. Also ch...
The Laravel portal for problem solving, knowledge sharing and community building.