You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: FieldServiceProvider not registering assets with Nova (#4) (#9)
* fix: use standard Nova::serving() pattern for asset registration
The previous $app->resolving() pattern was not correctly registering
the JavaScript assets with Nova, causing the Vue components to never
be loaded in the browser.
Switched to the standard Nova asset registration pattern:
- Import Laravel\Nova\Events\ServingNova
- Use Nova::serving() directly in boot()
* docs: update changelog and version for v1.0.10
0 commit comments