Package CreatePage seems to not working
Guys, question: I'm trying to create a plugin (https://github.com/fastofiCorp/filament-printables), and I'm facing a situation here with the following error. It happens when I try to write anything on the fields in the create form (which is correctly rendering). Anyone have an idea of what is happening?
10 Replies
how are you registering the resource?
Using the $resources array as
hmm
can you run the livewire:discover artisan command
also composer update in your project which has the package symlinked
Actually i'm using the package this way:
so where are you registering the service provider
In config/app.php
hm thats weird
im honestly not sure then
what else is in your service provider
I'm going to try something then I'll be back with results (that something is passing it into another fresh FilamentPHP install)
if youre overriding any methods on the service provider without calling parent::methodName(), they could be causing the problem
Well, you will think i'm a noob (sure I'm.) I just deleted everything and mounted it using spatie package skeleton, then It started to work properly.