if ($request->hasFile('photo')) {
    //
}
Speaking here from my own experience - once it took me a while to figure out why $request->has() doesn't return TRUE, although I could swear I'm uploading the right file.
Hopefully a useful short tip!
                                                Tutorial last revisioned on
                            August 18, 2022 with Laravel 9
                        
                    
                                                    
                                                    
                                                    
No comments or questions yet...