rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

[Bug]: publishing assets not working #1638

Closed tjhunkin-inhance closed 4 months ago

tjhunkin-inhance commented 5 months ago

What happened?

published resources\views\vendor\rappasoft\livewire-tables\components\tools\toolbar\items\pagination-dropdown.blade.php and changed

'select select-bordered w-full max-w-xs' => $component->isTailwind(),

It does not take effect, even if clearing cache etc.

Editing the file in the package works.

What am I doing wrong?

How to reproduce the bug

No response

Package Version

3.1.5

PHP Version

8.2.x

Laravel Version

10.37.2

Alpine Version

No response

Theme

Tailwind 3.x

Notes

No response

Error Message

No response

lrljoe commented 5 months ago

There was a bug with the publish paths, on the latest version (3.2.x) the path is corrected.

Path should be: resources\views\vendor\livewire-tables

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.