HomeDevCentral

New helper function: authurl

Description

New helper function: authurl

Summary:
16ace564 allowed to customize the /auth route.

We provide an authurl() function, with a similar behavior than url().
This is intended to be used in blade templates: {{ authurl('login') }}

This replaces the @authurl Blade directive offered by 16ace564, as
it's substituted by text when compiled in Blade templates, which isn't
really a desired behavior for a configuration variable.

Reviewers: dereckson

Differential Revision: https://devcentral.nasqueron.org/D521

Details

Provenance
derecksonAuthored on Jul 7 2016, 19:21
Differential Revision
D521: New helper function: authurl
Parents
rGROVEb2d077f8b971: Improve AppServiceProvider class
Branches
Unknown
Tags
Unknown