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://...
Maybe try to remove that web middleware group in the admin routes section
As of laravel 5.2.27 a web middleware is being applied to any route, so you shouldn't specify this m...
Just get rid of those brackets. id or location are properties that you can return, not some methods....
I believe you have to append () to it like this: $supplierVouchers = Supplier::where('suppliercode',...
My fault this time. You would use get if you want retreive an whole collection of things. For exampl...
The Laravel portal for problem solving, knowledge sharing and community building.
The community