public getStatic ([mixed $uri])
Generates a URL for a static resource
1 2 3 4 5 | // Generate a URL for a static resource echo $url ->getStatic( "img/logo.png" ); // Generate a URL for a static predefined route echo $url ->getStatic( array ( 'for' => 'logo-cdn' )); |
Please login to continue.