I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...
also you could try it this way $credentials = Input::only('username', 'password'); return var_dump(...
can you try to add this to your model ? protected $primaryKey = 'email';
either you use variables inside the templates and i don't think this would help, or you make a new f...
The Laravel portal for problem solving, knowledge sharing and community building.
The community