getDomain error

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

Did you find this page helpful?