chatter icon indicating copy to clipboard operation
chatter copied to clipboard

Stylesheet seems not to work

Open DionRo opened this issue 6 years ago • 7 comments

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

DionRo avatar Sep 11 '18 22:09 DionRo

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.

far3ki avatar Sep 12 '18 20:09 far3ki

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?

DionRo avatar Sep 13 '18 11:09 DionRo

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

far3ki avatar Sep 13 '18 12:09 far3ki

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. ([email protected]) but no idea what the estimate response time is.

DionRo avatar Sep 13 '18 12:09 DionRo

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

far3ki avatar Sep 13 '18 12:09 far3ki

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

kneipp avatar Apr 11 '19 19:04 kneipp

run

  1. npm install
  2. npm run dev

kingzamzon avatar Nov 22 '20 06:11 kingzamzon