Support the ongoing development of Laravel.io →
posted 9 years ago
Views Blade
Last updated 2 years ago.
0
Solution

I have to use URL::action() instead

<a href="{{ URL::action('AuthController@getLogout') }}" class="btn btn-danger"><i class="glyphicon glyphicon-log-out"></i> Logout</a>

Last updated 2 years ago.
0

Or you can use this

{{ HTML::decode(HTML::linkAction('AuthController@getLogout', '<i class="glyphicon glyphicon-log-in"></i> Logout', array(), array('class' => 'btn btn-danger'))) }}
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jeud jeud Joined 26 Jun 2014

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.