getDomain error
Every time I type a command, I get the following exception:
8 Replies
It doesnt matter what command it is
It was renamed to
getDomains()
. Is this from a plugin?
Or did you forget to run php artisan filament:upgrade
?I cannot run this command
Or any command
I dont think I have any plugins installed
Let me check
Or are you using
getDomain()
anywhere in your own code?Solution
ok fixed. I ran
composer update
again and it works nowNo I'm not. π
One more thing. Can I find the php artisan about command in the laravel or filament code?
php artisan about
is a Laravel command which Filament hooks into to pass the Filament infos.oke, thanks