class BeartropyAssets

Beartropy Assets Manager.

Handles the rendering of CSS and JS assets for the UI package. Usually invoked via the @BeartropyAssets Blade directive.

Methods

string
render()

Render the HTML tags for CSS and JS assets.

Details

at line 20
string render()

Render the HTML tags for CSS and JS assets.

Appends version query parameters based on file modification time for cache busting.

Return Value

string

HTML script and link tags.