F
Filament2y ago
Gush

File upload

i tried to file upload
Forms\Components\FileUpload::make('photo_path')
->avatar()
->columnSpan('full'),
Forms\Components\FileUpload::make('photo_path')
->avatar()
->columnSpan('full'),
did: php artisan storage:link AND chanced APP_URL=http://localhost still not working, what can be the issue
3 Replies
toeknee
toeknee2y ago
Did the databae update? if not, check the model has the cast as per the docs and it is fillable.
Dennis Koch
Dennis Koch2y ago
still not working
Sorry, but "not working" is not enough information to answer any question
Százados
Százados2y ago
APP_URL=http://localhost:8000 php artisan storage:link

Did you find this page helpful?