Support the ongoing development of Laravel.io →
Configuration Blade

How can I use globals in methods?

I know that in views we can type for instance {{url}} and url of website will appear. :)

Last updated 2 years ago.
0

PHP uses a global keyword.

public function method() { global $variable; }

Last updated 9 years 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.

© 2025 Laravel.io - All rights reserved.