AG
Asked
When I try to upload logo or badges the system says its uploaded but the image wont show up.
Attachments
- MSAnsweredHello,
Please run `php artisan storage:link --force` to create the links. Please let me know the output. If there is any error, you can delete the `images` & `storage` folder in `public` and the run the command again. It should have output like
```txt
The [public/storage] link has been connected to [storage/app/public].
The [public/images] link has been connected to [storage/app/images].
```
Thank you - AGAnsweredWhere do I need to write this command??
- MSAnsweredHello,
I am not sure about your server. You can check with your server admin.
Most hosting offer ssh access, some even have terminal support too.
If you want us to help you check, please let us know the server details in private reply.
Thank you - Login to Reply