Laravel Storage folder return 403 Forbidden

Probably you have a broken symbolic link. To check this, access to the public folder and type ls to view the storage link. If it's in red, you have to fix it:

Find where link pointed to: readlink -v storage

Point link to new path: ln -sfn /path/to/your/storage/public/ storage

Reference: REPAIRING BROKEN SYMBOLIC LINK