laravel-shortcodes
laravel-shortcodes copied to clipboard
I need way to handle duplicate include ja css
I have galley image and i will use laravel shortcodes to append it in content . I have one problem for handle css or js . Because in shortcode i use push blade js or css . If i use multi shortcode it alway push multiply in footer or js . Do you can help me how i can use multi shortcode and for all just push one time ?
You can use @once
directive to only push one
https://laravel.com/docs/9.x/blade#the-once-directive
I am curious how can you use @push
in shortcode?