Images only visible on my machine in Laravel + Filament project
What I am trying to do:
Display images stored in Laravel using Filament, and ensure they are visible to others who clone the project.
What I did:
I successfully configured everything on my machine. I ran php artisan storage:link and updated the .env file with APP_URL=http://127.0.0.1:8000. The images load correctly for me. I shared the project with a friend via GitHub.
My issue/the error:
The images are not showing on my friend's machine, even though everything works fine for me. They cloned the repo from GitHub and also ran php artisan storage:link. Still, the images don't appear. We are both running the project locally. What could be causing this issue?
Display images stored in Laravel using Filament, and ensure they are visible to others who clone the project.
What I did:
I successfully configured everything on my machine. I ran php artisan storage:link and updated the .env file with APP_URL=http://127.0.0.1:8000. The images load correctly for me. I shared the project with a friend via GitHub.
My issue/the error:
The images are not showing on my friend's machine, even though everything works fine for me. They cloned the repo from GitHub and also ran php artisan storage:link. Still, the images don't appear. We are both running the project locally. What could be causing this issue?