Not allowed to load local resource with Laravel
问题 I have put in an upload form in my Laravel application, the file uploads and saves it but when I try to display it I get joew:1 Not allowed to load local resource: file:///C:/xampp/htdocs/socialNet/public/uploads/joew.png This is the root I put in the filesystems.php file 'public' => [ 'driver' => 'local', 'root' => storage_path('public/uploads'), 'visibility' => 'public', ], So the photo is being saved inside a folder called public inside the storage folder. This is the function retrieving