laravel-vue3-spa-starter
laravel-vue3-spa-starter copied to clipboard
add profile photo other fixes
added profile photo edit for photos uploads spatie media set to single file collection added search to blog page code cleanup
@irabbi360 regarding the profile photo, I am not sure of the best way to update the admin nav bar when you upload or change your profile photo. For now, once you upload a photo you can refresh the page or logout login. I know you can reload a component in vue but I thought since you are better at programming you might know of an easy way. TY. Cheers!
I did not notice you made some changes after the initial merge. So this new commit does not have your code changes, also I did make some changes on the photos instead of returning two image urls one for resize and original I do the check on the controller and just return one.
The only other thing I think might be good would to make the Blog card size smaller. I will wait until you merge any of my new commits and then I will merge my repo for a fresh start. TY again for the help and this project.
Please fix the conflict.
Where & how can we view the uploaded profile images?
When you upload a profile photo you will see it next to your name. Is this what you are asking? The profile images are uploaded just like the other images to the storage/app folder