@sinnbeck thank you for your response. you are right.
i stored my logo faviicon everything which are static in my public folder.
yes php artisan storage:link i did like this only.
is this correct?? what i mean by secure is is there some other else to store the image with security, which must be used by user but must be secure.
may i know the meaning of this
Be aware that it is only the public directory in storage that is accessible from the web. so what ?? is this right only
ok another doubt
when accessing the image in blade file i used src="{{ asset('QuestionImages/'.$question->ques_image) }}" in my local.
but in my server live i need to mention public folder like this then only its working src="{{ asset('public/QuestionImages/'.$question->ques_image) }}" why?
is this correct??
else if i store it in storage->public->QuestionImage mean then how should use that in my blade file
and i need the path and image name in my db like this
Public/QuestionImage/img1.jpg i dont need to store just the imagee name in db. is this correct.
storing the path with image name is right?? or only the image name is right??
Kindly dont refuge and reply for this please