thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Stylesheet seems not to work #225

Open DionRo opened 6 years ago

DionRo commented 6 years ago

Hi,

Im currently trying to make the plugin work. I thought other people would have experienced the same problem. But could not find it here. Somehow my css is not working. I have done all publishes and the files are in my public folder. Yet I have no clue why this is not working. (see screenshot).

Does anyone have the same problem and maybe even solved it?

Laravel Framework 5.7.3 Chatter version 0.2.7 XAMPP envoirment 7.1.9

screenshot_1

Thanks for the help in advance

far3ki commented 6 years ago

Chapter version in your description is 0.2.7. But current version is 0.2.18. I have similar issue. Brand new clear instalation Laravel 5.7 following with composer require "devdojo/chatter=0.2.*" install version 0.2.7 and not last version 0.2.18 of devdojo/chatter package. It seems, that devdojo/chatter currently not supports Laravel 5.7.

DionRo commented 6 years ago

Tried to reach out to them but waiting for response. Hope they can find the solution really like chatter but I do want the latest version of laravel.

Any clue on what laravel version it did work as last? 5.5?

far3ki commented 6 years ago

When I tested the same situation with Laravel 5.6 it worked ok, so installed version of chatter package was 0.2.18. I would also appreciate the upgrade to Laravel 5.7

DionRo commented 6 years ago

Yeah would be very appreciated. But how to get in contact with the devs? I tried to send an email thats stated on their website. (Support@devdojo.com) but no idea what the estimate response time is.

far3ki commented 6 years ago

yeah, I have also written a post to https://devdojo.com/forums. No response yet.

kneipp commented 5 years ago

I had same problem. In my case missed @yield('css') and @yield('js') > app.blade.php

kingzamzon commented 3 years ago

run

  1. npm install
  2. npm run dev