we have down load letst metronic laravel them in this laravel them user adding avtar image not uploded can you help what the issue ?
Hi dipak parmar
Sorry for the delay in response. To resolve this, you can try running the command php artisan storage:link
in your Laravel project. This command creates a symbolic link from public/storage to storage/app/public, allowing you to access files stored in the storage directory from the web.
After running this command, try uploading the avatar image again. If the issue persists, please provide more details or error messages so I can assist you further.