Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
593 stars 164 forks source link

If you dont have Livewire installed you cant install it #367

Closed notwhoyouexpected closed 4 months ago

notwhoyouexpected commented 4 months ago

Hi, if you try composer require riari/laravel-forum:^6.0 without having livewire installed it gives error messages...

Riari commented 4 months ago

Hi,

I'm pretty sure this is because the default config is set to use the livewire-tailwind preset. I've updated it in the latest release. Can you try again?

Riari commented 4 months ago

Going to assume this issue is resolved, but if you get any further errors, please let me know. Thanks!

notwhoyouexpected commented 4 months ago

Yeah i resolved it by installing livewire, installing the forum and deinstlalling livewire :)

Riari commented 4 months ago

Did you still need to do that with the latest release? If so then I need to do more research.

notwhoyouexpected commented 4 months ago

Not tested with last release but as last time was just testing and playing around and now i want to implement in the next days i will keep you updated if its still a issues with the newest release ;)

Also many thanks for maintaining such a nice package open source :)