Closed dharen008 closed 3 months ago
Hola. Lograste instalar.
@lukas-frey Hi is there any update on this please? thank you
Hi, as it says in the error message, install and enable the sqlite extension for your PHP installation.
Yes, I actually got it working by following those steps. If possible, please add them to the documentation.
These are the points that confused me but might also be helpful for others:
use Guava\FilamentKnowledgeBase\Filament\Panels\KnowledgeBasePanel;
public function register(): void { KnowledgeBasePanel::configureUsing( fn(KnowledgeBasePanel $panel) => $panel ->viteTheme('resources/css/filament/admin/theme.css') ); }
I encountered the same error as this post: https://github.com/GuavaCZ/filament-knowledge-base/issues/41#issuecomment-2265186878.
I'll reply there with my demo repo.
anyway thanks for your hard work on this!
What happened?
After using composer require guava/filament-knowledge-base
There is a error upon installation:
To enable extensions, verify that they are enabled in your .ini files:
php --ini
in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with--ignore-platform-req=ext-sqlite3
to temporarily ignore these required extensions.Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require guava/filament-knowledge-base:*" to figure out if any version is installable, or "composer require guava/filament-knowledge-base:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
How to reproduce the bug
After using composer require guava/filament-knowledge-base
Package Version
3.1
PHP Version
8.2
Laravel Version
11
Which operating systems does with happen with?
Windows
Notes
No response