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>
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'))) }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community