for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if (! function_exists('asset')) {
/**
* Generate the URL to an application asset.
*
* @param string $path
* @param bool|null $secure
* @return string
*/
function asset($path, $secure = null)
{
return app('apps')->asset($path, $secure);
}