Search for threads, articles and users
Quickly access threads and articles by running a global search.
No results found
We couldn’t find anything with that term. Please try again.
I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...
have you tried to add this protected $primaryKey = 'email';
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';
Have you tried to dd($userdata); ?
either you use variables inside the templates and i don't think this would help, or you make a new f...
We'd like to thank these amazing companies for supporting us
Your logo here?
The Laravel portal for problem solving, knowledge sharing and community building.
Laravel.io
Socials
The community