ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

[BUG] Target class [ctf0\MediaManager\Controllers\MediaController] does not exist & Route [media.files] not defined. #158

Closed simplyaakif closed 3 years ago

simplyaakif commented 3 years ago

What version of Laravel are you using? (nothing lower than v6).

"laravel/framework": "6.0.1",

is it an issue related to installation or usage ?

Installation

what is the error you are getting ?

Backstory Everything was working great on my local & production server till i got hit with ransomware and lost all my local environment, when i tried to recreate a new local environment from my github repository now i am getting these strange errors I get this error on my previously working code Route [media.files] not defined. On the page where i used the media manger in a modal Alternately i get this error if i view localhost/media route (Demo for the Media Upload) Target class [ctf0\MediaManager\Controllers\MediaController] does not exist

Extra Info "attaching a screen shot would be very helpful"

image image

Things i have tried so far

Reinstalling the Media manager package. Dumping composer auto load Manually placing Media manager service provider in config app service provider list Rerunning all the mentioned steps in the installation section

ctf0 commented 3 years ago