Level 1
Hi @datlechin, In case of readability to other next developers (if they're not familiar with laravel), I think file upload would be best handled in controllers / models (like profile photo upload in jetstream: https://github.com/laravel/jetstream/blob/2.x/src/HasProfilePhoto.php). They will find easily where's the file handling in case of errors or upgrade. cmiiw :')
1 like