artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

unable to load js and css #83

Closed kai-zer-ru closed 3 years ago

kai-zer-ru commented 3 years ago

php - 7.4.14 composer - 2.0.2 Symfony - 5.1.11 I installed this bundle via composer as per the README. Registered all configuration files As a result, when I try to go to the page /manager/?conf=default - css and js are not loaded, they are loaded as a simple page, and not as files.

http://joxi.ru/BA0b8yuMbxbkmy http://joxi.ru/MAjegvijgNgQ2e

artgris commented 3 years ago

Hi, @kaizer666, try this plz:

php bin/console assets:install --symlink

kai-zer-ru commented 3 years ago

@artgris thank you! It's work!