How to develop JS?
I try to add a bit of javascript to one of my forms using this way: https://filamentphp.com/docs/3.x/support/assets#lazy-loading-javascript
Right now I have to manually publish my JS-File after every change with
artisan filament:assets
Is there a way that this can be done automatically with a watcher?Solution:Jump to solution
That was the push in the right direction! Thanks π
It was actually really simple to add a file watcher in phpstorm to do this.
Here is my config if anyone needs this:...
2 Replies