freescout-louketoauth/Http/routes.php

7 lines
209 B
PHP

<?php
Route::group(['middleware' => 'web', 'prefix' => \Helper::getSubdirectory(), 'namespace' => 'Modules\LouketoAuth\Http\Controllers'], function()
{
Route::get('/', 'LouketoAuthController@index');
});