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
I am getting 404 errors on all of the assets (js and css) which means the slider does not render at all.
How to reproduce the bug
WHEN I install the package using composer
AND I use the example code to display any sort of slider
THEN I cannot see the slider
AND I see 404 errors in my console
Package Version
1.0.1
PHP Version
8.3.12
Laravel Version
11.9
Which operating systems does with happen with?
Windows
Notes
I think this is to do with the path's specified in the configurePackage() and getAssets() functions - they seem to be starting at root, and not from within the plugin folder.
e.g. http://localhost/css/rupadana/filament-slider/filament-slider.css instead of http://localhost/rupadana/filament-slider/css/filament-slider.css?v=1.0.1.0
The text was updated successfully, but these errors were encountered:
What happened?
I am getting 404 errors on all of the assets (js and css) which means the slider does not render at all.
How to reproduce the bug
WHEN I install the package using composer
AND I use the example code to display any sort of slider
THEN I cannot see the slider
AND I see 404 errors in my console
Package Version
1.0.1
PHP Version
8.3.12
Laravel Version
11.9
Which operating systems does with happen with?
Windows
Notes
I think this is to do with the path's specified in the
configurePackage()
andgetAssets()
functions - they seem to be starting at root, and not from within the plugin folder.e.g.
http://localhost/css/rupadana/filament-slider/filament-slider.css
instead ofhttp://localhost/rupadana/filament-slider/css/filament-slider.css?v=1.0.1.0
The text was updated successfully, but these errors were encountered: