rappasoft/laravel-livewire-tables

[Bug]: publishing assets not working

tjhunkin-inhance opened this issue · 2 comments

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

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

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.