Laravel-Backpack / FileManager

Admin interface for files & folders, using elFinder.
Other
94 stars 21 forks source link

fix a lack of steps #14

Closed mansourcodes closed 3 years ago

mansourcodes commented 3 years ago

I have faced two issues because of this lack of steps, I hope it's added to the README.md

promatik commented 3 years ago

Hi @mansourcodes, that's pretty odd, have you run php artisan backpack:filemanager:install?

Because that command will run everything, take a look; https://github.com/Laravel-Backpack/FileManager/blob/master/src/Console/Commands/Install.php

mansourcodes commented 3 years ago

yes, I did run php artisan backpack:filemanager:install

maybe because I copied elfinder view and config before installing backpack\filemanager ?

promatik commented 3 years ago

@mansourcodes maybe, I tried here, and by following the installation steps everything works as expected, if you can, please try it on a fresh Laravel install:

mansourcodes commented 3 years ago

working Great.

it was my fault when I installed it after reading the following steps.

Backpack admin interface for files and folder, using barryvdh/laravel-elfinder. This package literally just:

creates a public/uploads folder;
installs barryvdh/laravel-elfinder;
publishes an elFinder config and view, for elFinder to play nice with Backpack;
adds a menu item to the sidebar;
promatik commented 3 years ago

Great @mansourcodes 🙌 For now I'll close this PR.