David Martinez

Results 3 comments of David Martinez

I use this code with "intervention/image": "^2.5" and it's works. ``` $file = $request->file('photo'); $name = $file->getClientOriginalName(); $source = Image::make($file->getRealPath())->save($file, 60, 'jpg'); ```

> alternative https://pub.dev/packages/flutter_datetime_picker_bdaya with same code. thanks, it was very annoying to see this issue and to see that the author is inactive.