Frontend.php 149 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php /** * Frontend Controllers * All route names are prefixed with 'frontend.'. */ Route::get('/', 'FrontendController@index')->name('index');