I have used the following command to create symnlink for storage public folder for my project which I'm doing in Lumen . => php artisan storage:link
But I am getting this error in terminal =>
There are no commands defined in the "storage" namespace.
Another query is though I'm able to upload file in storage folder , how I'm able to access, I need some sample code for this. Kindly help.