Support the ongoing development of Laravel.io →
Configuration Blade Architecture
Last updated 1 year ago.
0

Take a look at the source:

function asset($path, $secure = null)
{
    return app('url')->asset($path, $secure);
}

The app() function returns a class from the IoC container, in this case, a UrlGenerator instance.

Last updated 1 year ago.
0

Thank you! It is starting to make sense now!

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.