sbine / nova-route-viewer

Route viewer tool for Laravel Nova
MIT License
59 stars 9 forks source link

Absence of helper functions in newest Laravel fix #10

Closed rickgoemans closed 4 years ago

rickgoemans commented 4 years ago

As explained in this issue by default the old Laravel helper functions are no longer available by default.

Please merge this PR to use the standard function to prevent people from forking or having to include laravel/helpers in their project just to resolve this issue.