simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 350 forks source link

Laravel routes #536

Closed eqxDev closed 6 years ago

eqxDev commented 7 years ago

Hi,

I am using simogeo/Filemanager found on github using composer. It never loads any files I think it may be caused by an error I am seeing in network that follows: URL/filemanager/connectors/php/filemanager.php?path=%2F&config=filemanager.config.js&mode=getfolder&showThumbs=true&time=940

I have checked the filemanager folder is in the public folder yet it still is going though the route controller?

(1/1) NotFoundHttpException in RouteCollection.php (line 179)

Please any help will be amazing!

Kind Regards.

psolom commented 7 years ago

This repo hasn't been supported anymore.

You can try out RichFileManager

I'm going to add Laravel support out of the box soon. Meanwhile it's possible to run RFM with Laravel with some adjustments: https://github.com/servocoder/RichFilemanager-PHP/issues/10