I try to add PDF from the admin panel, but I get a message saying that it is added and get this page right after
Asked
Active
Viewed 838 times
0
-
You probably have a route like `/storage/{model}` but your URL says `/storage/[]`, so a `NotFoundHttpException` is thrown because it can't resolve `[]` as `{model}` – Ohgodwhy Jun 09 '18 at 17:06
-
Please translate the title. I suggest "How do I add PDF files in Voyager?". – Graham Asher Jun 09 '18 at 20:13
-
if you dont mind how can i fix it ? – Hamza Taougar Jun 09 '18 at 20:37