Missing command ? #123
Missing command ?
#123
-
Hi, it could be me, but I couldn't get the plugin to work without manually running: |
Beta Was this translation helpful? Give feedback.
Answered by
Z3d0X
Feb 6, 2024
Replies: 1 comment
-
Hi, this command will automatically be run, if you have //composer.json
"post-autoload-dump": [
// ...
"@php artisan filament:upgrade"
], https://filamentphp.com/docs/3.x/panels/installation#upgrading |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mybouhssina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, this command will automatically be run, if you have
php artisan filament:upgrade
command hooked on composer post-autoload, like the docs suggest.https://filamentphp.com/docs/3.x/panels/installation#upgrading