Closed rajbalar004 closed 2 months ago
php artisan clear-compiled &&
php artisan cache:clear &&
php artisan route:clear &&
php artisan view:clear &&
php artisan config:clear &&
composer dumpautoload -o
run this
php artisan clear-compiled && php artisan cache:clear && php artisan route:clear && php artisan view:clear && php artisan config:clear && composer dumpautoload -o
run this
I have run this command already..
Also appears to me on production, working without problems on local. For me this works:
php artisan clear-compiled &&
php artisan cache:clear &&
php artisan route:clear &&
php artisan view:clear &&
php artisan config:clear &&
composer dumpautoload -o
Are you running injection or bundled assets? Did you previously publish the views? (this is very much not recommended)
Are you running injection or bundled assets? Did you previously publish the views? (this is very much not recommended)
Yes previously I published, in other issue that was closed some days ago I tell the other problem.
how you fix this
how you fix this
With the previous shared commands.
yes it fixed thanks
What happened?
After trying
composer update
, all I can see in pages with tables isUndefined variable $columns
orUndefined array key "filterLayout"
if filters are enabled.How to reproduce the bug
No response
Package Version
3.4.17
PHP Version
8.2.x
Laravel Version
10.48.20
Alpine Version
No response
Theme
Bootstrap 5.x
Notes
No response
Error Message
No response