serverfireteam / panel

An easily configurable admin panel for Laravel applications.
MIT License
427 stars 144 forks source link

no css file is added! #354

Closed SetareMaghari closed 7 years ago

SetareMaghari commented 7 years ago

hi. i've done the starting steps. but as a open the panel(login or panel page), i have no css for these pages! they are just empty html pages. also there is no image for example an empty image tag in login page referes to:

src="http://localhost:8000/"

which is sth like this:

what is the problem with addressing ?

mhuijser commented 7 years ago

I have the same problem. I guess you need to build the css/js by yourself, but it's not described how to do that.

I tried to build the mix (npm run dev), but that didn't help: :-(

image

pogocki commented 7 years ago

Copy all files from https://github.com/serverfireteam/panel/tree/master/public to your public\packages\serverfireteam\panel\ folder. It should work

SetareMaghari commented 7 years ago

hi, i solved my problem by getting this version of panel instead of last one: "serverfireteam/panel": "1.6.7"

put this in composer.json and then command: composer update

AlirezaAlgo commented 7 years ago

fixed that problem, check 1.6.9