I want to build a online shop, but I don't know how to allow to log in for my clients. I don't have...
I've created something like laraval.io. That's my table: Schema::create('forum', function(Blueprint...
Here you have my method, which should change an avatar. To be sure, I'll show you my form. As soon a...
Here you have my method. How you can see in line 28 I want to upload the image, but it doesn't work...
Hello, how the title says, I can't redirect to any page. That's the code, that should redirect to lo...
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.