Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
USe different user model in filament.php - Filament
F
Filament
•
3y ago
•
12 replies
vitali
USe different user model in filament.php
Hi guys
, I have a different user model for filament
, how can I change it in config
? because I writed this but without success
(filament
.php
)
:
'users' => [
'model' => \App\Models\Filament\User::class,
],
'users' => [
'model' => \App\Models\Filament\User::class,
],
Thanks
Solution
You should adjust that in your Laravel
's auth config then
.
Jump to solution
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Filament Shield type error in User.php model file
F
Filament / ❓┊help
2y ago
php artisan make:filament-user
F
Filament / ❓┊help
2y ago
php artisan make:filament-user
F
Filament / ❓┊help
3y ago
Customize php artisan filament:user
F
Filament / ❓┊help
3y ago