We want to allow Blade templates to use custom global functions.
Directives are not appropriated, as they are too heavily cached,
and don't allow mutable state (the value is substed at first run).
Differential D459
Service provider for helper global functions dereckson on Jul 4 2016, 00:05. Authored by Tags None Referenced Files
Subscribers None
Details
We want to allow Blade templates to use custom global functions. Directives are not appropriated, as they are too heavily cached,
Diff Detail
|