β Issue in Filament Shield with multi-tenancy
Hi everyone
Iβm using Laravel v11, and I ran the following command to set up Filament Shield with multi-tenancy:
php artisan shield:install admin --tenant --generate-relationships
But after running it, I started getting the following error on every php artisan command:
In Container.php line 961:
Target class [cache] does not exist.
In Container.php line 959:
Class "cache" does not exist
Please Note: I am not using team model β my tenancy is based on a Company model.