meghasethi7861
Results
1
comments of
meghasethi7861
Replace $resize = Image::make('storage/app/public/'.$user->image)->resize(300,300); with $resize = Image::make(storage_path('app/public/'.$user->image))->resize(300,300); Give storage full path will solve the problem.