alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js
MIT License
358 stars 160 forks source link

405 - The POST method is not supported for this route. Supported methods: GET, HEAD. #96

Closed antoney closed 3 years ago

antoney commented 3 years ago

Hi, Thanks for the beautiful project. I have tried many ways from disabling VerifyCSRF in Kernel.php and also added in the head section still the same error. I also tried to manually add in the web.php but the FileManagerController undefined. Please help.

Thanks in advanced.

image

antoney commented 3 years ago

Hi, the issue resolved by re-fill the file-manager.php. Thanks.