Closed capungindia closed 1 month ago
I've found it. It is turn out to be just me didn't notice that filament-icons based on Sushi that need pdo_sqlite to be enabled. Enabling it in php.ini and then everything work fine for me.
Thank you
after enabling pdo_sqlite i have the error: SQLSTATE[HY000]: General error: 1 no such table: icons (Connection: , SQL: select * from "icons")
@Dontorpedo try this
php artisan filament-icons:install
still the issue is there after following this commands NO TABLE or migration is there
hi, all it's very easy to make sure you have SQLite3 on your PHP .ini
hi, all it's very easy to make sure you have SQLite3 on your PHP .ini
I am using mysql I have raised an issue please check screenshots also.
Hi, i'm new to filament and want to try using filament-cms. Trying to follow https://filamentphp.com/plugins/3x1io-tomato-cms step-by-step. Everything run well until i tried to add Categories when i get this error. The strage thing is that this error supposed to appear when there is a problem with database connection, isn't it (cmiiw)? As far as i know, i have no problem accessing my database since i could do login.
I tried to follow https://filamentphp.com/plugins/3x1io-tomato-icons to get proper filament-icons installation buat then get the same error right here
Is filament-icons have a specific database configuration separated from the one of laravel?
Thank you