I have created the directory "public/storage" manually. Then "php artisan storage:link" always showed me the error "Link already exists". And in browser I saw error 403. When I deleted the directory "storage" and used "php artisan storage:link" again, it started to work. I was using local server (XAMPP package) and Windows 10.