Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined variable $getState #35

Open
beshoy6700 opened this issue Jan 7, 2025 · 1 comment
Open

Undefined variable $getState #35

beshoy6700 opened this issue Jan 7, 2025 · 1 comment

Comments

@beshoy6700
Copy link

filament-auditing\tables\columns\key-value.blade.php

@Alp3n
Copy link

Alp3n commented Jan 13, 2025

Hi, had the same problem.

Error is showing exactly what happened and where to look for it.
resources / views / vendor / filament-auditing / tables / columns / key-value.blade.php

This is your Laravel resources directory that has views from this package. After update its not "re-published" automatically to new version so you have to do it manually.

  1. Delete directory "resources/views/vendor/filament-auditing"
  2. run: php artisan vendor:publish --tag="filament-auditing-views"
  3. run: php artisan optimize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants