Tuesday, March 7, 2017

Changing link_to_route to auto route in laravel php

I would like to change link_to_route to auto route below are the code for my link_to_route for views.php:

My route.php: Route::get('logouthome', 'auth\LoginController@logout')->name('logouthome');



via Wei Jun

Advertisement