Wessire
Wessire
FFilament
Created by Wessire on 8/12/2023 in #❓┊help
How to include Vite compiled JS into admin panel?
I am creating a custom field, that needs to use a JS library. I am importing that library and initializing it from npm modules. So afaik, I need to make sure this is built by Vite, i.e. I could add it app.js, but it seems that the layout for the default admin panel does not include app.js. How can I go about including a compiled JS file from Vite into my Filament admin pages?
8 replies
FFilament
Created by Wessire on 8/8/2023 in #❓┊help
Global Search & Laravel Scout
Hey. I've managed to get the individual tables to work with Scout, but I am unsure how to integrate and use it to scope the global search. Any example and help is appreciated.
6 replies