Laravel File Manager 404 error

≯℡__Kan透↙ 提交于 2020-01-25 07:56:04

问题


I just installed Laravel file manager on my project and I don't understand why I get an NotFoundHttpException when I try to pop up the file manager.

I've installed it in many projects and it's the first time that I get this kind of error.

I already put the LaravelFilemanagerServiceProvider in my providers, and the service provider is above the RouteServiceProvider I've tried to clear the route cache, to publish all files etc...

When I do php artisan route:list I have the correct routes with the correct middlewares,

but on my browser impossible to access the file manager,

so with the console the routes appear to be correctly registered, but the browser does not find it

any idea how to proceed ? Thank you for your answers


回答1:


I found the solution,

I used a pre-made code for the wysiwyg editor coming from Laravel File Manager website but the code was wrong,

Be careful in the "Integration" section, the code is not always correct with the default given configuration.



来源:https://stackoverflow.com/questions/45956688/laravel-file-manager-404-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!