Hello, I'm learning Laravel and I'm having a problem with foreign key when I want to add a new recor...
Hi, I'm actually creating an online shop, but I've got a strange error. So that's how the error page...
Hi, I'm creating an online shop and I had obviously to use many to many relationships. I've a proble...
Hi, I have a problem with displaying information about account. The method: public function getProfi...
Hi, I wanna make simple registration on my site, but I have an strange error. That's my form http://...
I am going to assume, that you did not run the dump-autoload command, since you did not mentioned it...
First, this can't works fine, because return finishes the method, so it will be only redirected. And...
Use this $check = User::where('Nome', '=', $nick)->first() instead of $check = User::where('Nome...
The Laravel portal for problem solving, knowledge sharing and community building.