Hi everyone, i have pretty weird problem. I am developing a project with Laravel with my laptop (XAM...
Hi everyone, i have a bit of a struggle with the resource controllers. As you can guess from the top...
Is your primary key of the user table a varchar (in this case your email) or an unsigned integer? Di...
Composer handles all dependencies for laravel. Laravel itself consists of different modules which yo...
var_dump(Input::all()); var_dump(Input::get('email')); Does these show proper values?
ShiFoo said: Did you check if your Input is working correctly e.g. by dumping Input::get('email') a...
Did you check if your Input is working correctly e.g. by dumping Input::get('email') and check wheth...
The Laravel portal for problem solving, knowledge sharing and community building.
The community