FilamentF
Filamentβ€’9mo ago
Abdulrehman

❓ Issue in Filament Shield with multi-tenancy

❓ Issue After Running php artisan shield:install admin --tenant --generate-relationships
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.
Was this page helpful?