skip to Main Content

404 NOT FOUND. on clicking download cv button – Laravel

am getting 404 NOT FOUND on clicking cv am using this `<td class="border px-4 py-2"><a href="{{ asset('storage/cv_files/' . $student->cv_file) }}">{{ $student->cv_file }}</a> </td>` am getting 404 not found on this url http://localhost/storage/cv_files/cv_files/IrF7GnM9QXLehTjOwV4a9K5HiaQLwfUKQEU7LNgR.pdf but the file is in the correct folder…

VIEW QUESTION
Back To Top
Search