Class "App\Filament\Resources\Columns\Text" not found

I'm new to Filament and Laravel (but I have some programming knowledge). I installed Filament and Added a Resource named Lawyers. When I click on it I get this error. I added use Filament\Resources\Columns\Text; but still I get the same error. Please someone help explain what I did wrong.
No description
5 Replies
LeandroFerreira
LeandroFerreira10mo ago
TextInput actually
awcodes
awcodes10mo ago
for tables it would be TextColumn
Naoufel Tarchoul
Naoufel TarchoulOP10mo ago
You mean that's the issue? Like this? use Filament\Tables\TextColumn;
awcodes
awcodes10mo ago
use Filament\Tables\Columns\TextColumn your IDE should help you to find where the classes are located at. maybe spend some time in the docs too, to familiarize yourself better with Filament
Dennis Koch
Dennis Koch10mo ago
How do people come up with random class names?!

Did you find this page helpful?