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.
5 Replies
TextInput
actuallyfor tables it would be
TextColumn
You mean that's the issue?
Like this?
use Filament\Tables\TextColumn;
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 FilamentHow do people come up with random class names?!