bestmomo / laravel5-example

Simple laravel5 example for tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is filemanager index.html

shinokada opened this issue · comments

When I click an image icon on a CKeditor, a popup comes. :-) I click Browser Server then another pop up with ERROR 404 comes up. :-(

I go to http://localhost:8000/medias then again the same ERROR 404 comes up. :-(

I checked config/medias.php.

'url' => 'filemanager/index.html',

But I am not able to find 'filemanger/index.html'. What is the path for 'filemanager/index.html'?

I tried the following, but it didn't work either.

'url' => 'vendor/bestmomo/filemanager/public/filemanager/index.html',

Oooops, I forgot to run php artisan vendor:publish.

It works like a charm. Thanks for your work.