Stephane
Unable to download export file
Hi. I am using Filament v3 and Stanc Multi-tenancy v4.
If I use Filament export functionality, I keep having :
No [App\Models\User] model found. Please bind an authenticatable model to the [Illuminate\Contracts\Auth\Authenticatable] interface in a service provider's [register()] method
However, I am using two different models. For my central app : App\Models\Central\User and for my tenants I am using : App\Models\Tenant\User
The export file is generated in storage repositories. The issue seems mainly related to generating the dowload url.
Did anyone solved that user model binding customisation ?
Thanks
5 replies