barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

can't access URL 'elfinder/ckeditor' #207

Closed jmj4you closed 7 years ago

jmj4you commented 7 years ago

Hi, I just tried this package, i followed everything from readMe after that I call the following URL "http://127.0.0.1/laravel-wrk/public/elfinder/ckeditor" I got NotFoundHttpException

But Route list shows the route *GET|HEAD | elfinder/ckeditor | elfinder.ckeditor | Barryvdh\Elfinder\ElfinderController@showCKeditor4 *

Thanks

the94air commented 7 years ago

Can you show me the route code?

jmj4you commented 7 years ago

@the94air my routes as follows,

Route::get('/elfinder', '\Barryvdh\Elfinder\ElfinderController@showIndex'); Route::get('/elfinder/connector', '\Barryvdh\Elfinder\ElfinderController@showConnector');

I tried in Laravel 5.5 its working fine but my requirement for Laravel 5.4 and elfinder not working for laravel 5.4

and getting following error:

(1/1) ReflectionException Class does not exist

--

jmj4you commented 7 years ago

@the94air error-1

https://github.com/jmj4you/lara-5.4-elFinder

Kindly see the error and my updated code. Please help me to implement elfinder.

the94air commented 7 years ago

Sorry for the late response. here a PR follow the instructions in the README.md .

jmj4you commented 7 years ago

@the94air Thank you very much dude....

You saved my one day, your instructions are very helpful and once again thank you for updating code. Changes merged repository is here https://github.com/jmj4you/lara-5.4-elFinder

Thanks a lot :+1: :100: