Afraid you can't do that. As the console output, the controller associated with file uploads is FileUploadController
, part of Livewire itself. When you use the Jetstream Livewire stub in the Jetstream UpdateProfileInformationForm
class, it uses the WithFileUploads
trait, which references Livewire WithFileUploads
, where Livewire offers file upload capabilities. What I want to point out is that even if you comment to disable the profile photos, it will only hide the UI elements.