tomatophp / filament-pwa

get a PWA feature on your FilamentPHP app with settings from panel
MIT License
19 stars 7 forks source link

Problem in the admin panel #3

Closed MastersCon closed 3 days ago

MastersCon commented 1 month ago

I installed everything with the guide you provided, but I don't know why the admin panel gives me this error, in the config setting the spaties appears as unrecognized, I have filament v3 and laravel 10, there I leave you my adminpanelprovider too, I don't see that the setting resource is created in the project since I see that in the image you show the setting, that is, I don't know if you include it for the resource, but anyway is there a video tutorial because I try to install the pwa and nothing and I do all the steps

image

image

image

3x1io commented 1 month ago

hi @MastersCon I think your problem is with the filament part, there is no HOOK to attach the PWA script. and that's a problem so try to upgrade your filament version or check if the hook exists.

RawanD201 commented 1 month ago

same problem

3x1io commented 1 week ago

can you try use this command

php artisan filament:optimize
3x1io commented 3 days ago

this plugin only supports v3.2 so please upgrade your filament package