Hi, so I just started updating on of my applications but I'm stuck at a point. Let's give you guys s...
Hi, I started with a new application, but I struggle with setting up my Models and Relations. Let me...
Hi, the "artisan app:name" command does not change the namespace of files located in "...
Hi, I can't figure out how to filter my top products from the DB. I'm searching for an Eloquent way...
Hi, I have trouble with a transaction. I want to improve a dashboard view in my applicaton. To do so...
Okay, it was simple: public function postImport(ImportRequest $request) { $file = $this -> $r...
Well, according to the error message it is my Route. But I have defined my routes correctly: Route::...
iboinas said: @Michael, in your closure, before line 3, do a dd($file); you will realize in not a p...
That is the function I meant, yes :) But I somehow doesnt work. My fully code: Excel::load($source,...
The Laravel portal for problem solving, knowledge sharing and community building.