♠️Share
you can share global data to show on any view inside inertia by using this helper
Using
just inside your module provider use this helper
VILT::registerShareData(Share::make('name')->data(array));
Last updated
you can share global data to show on any view inside inertia by using this helper
just inside your module provider use this helper
VILT::registerShareData(Share::make('name')->data(array));
Last updated