bhattji
Filament Settings
No, I did publish the migration, in fact I put the settings migration first by renaming the file with 00 000. But it does not generate any table since it looks for the settings table even before attempting to run any migration
33 replies
Filament Settings
Yes, I followed, and it works all fine, that is not the issue.
The problem comes if I have to regenerate the database. Earlier, if I give a new DB name in .env file, it use to regenerate the entire database. Now it gives error and asks for the settings table with all the settings values.
33 replies
Filament Settings
I am facing a weird issue with Filament Settings Plugin (Spatie Settings)
I have installed it and it works fine, however, if delete the database and try "php artisan migrate" it doesn't work. It asks for the settings table (created for Settings Plugin) with all the settings values. Fortunately, I did have the settings.sql saved. but if not, then how would I create the database?
33 replies
Filament Settings
I tried installing the official filament settings plugin, but it gives error
Problem 1
- filament/filament v3.2.0 requires illuminate/database ^10.0 -> found illuminate/database[v10.0.0, ..., v10.48.19] but these were not loaded, likely because it conflicts with
another require.
- filament/spatie-laravel-settings-plugin v3.2.0 requires filament/filament v3.2.0 ->
satisfiable by filament/filament[v3.2.0].
- Root composer.json requires filament/spatie-laravel-settings-plugin 3.2 -> satisfiable by filament/spatie-laravel-settings-plugin[v3.2.0].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Please help33 replies
Filament Settings
composer require reworck/filament-settings
./composer.json has been updated
Running composer update reworck/filament-settings
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires reworck/filament-settings * -> satisfiable by reworck/filament-settings[0.0.1, ..., 0.4.
0].
- reworck/filament-settings[0.0.1, ..., 0.4.0] require livewire/livewire ^v2.8.2 -> found livewire/livewire[v2.8.2, ..
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to sp
ecific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require reworck/filament-
settings:*" to figure out if any version is installable, or "composer require reworck/filament-settings:^2.1" if you know
which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
33 replies