[]], function() { Route::get('/', '$STUDLY_NAME$Controller@index'); }); /** * This is required to have a valid API key */ Route::group(['middleware' => [ 'api.auth' ]], function() { Route::get('/hello', '$STUDLY_NAME$Controller@hello'); });