HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Eurotools/euro-tools.nl/routes/auth.php
<?php
//
//use Illuminate\Support\Facades\Auth;
//
//Route::group(['prefix' => 'kms'], function(){
//    Auth::routes();
//});
//
//Route::post('/login', 'Auth\LoginController@login')->name('siteLogin');
//Route::post('/logout', 'Auth\LoginController@logout')->name('siteLogout');
//
//Route::get('register', 'Auth\RegisterController@showRegistrationForm')->name('register');
//Route::post('register', 'Auth\RegisterController@register')->name('registerpost');
//Route::post('validateVat', 'Auth\RegisterController@validateVatNumber');
//
//
//Route::get('profile', 'Auth\ProfileController@profile')->name('profile')->middleware('auth');
//Route::post('profile', 'Auth\ProfileController@editProfile')->name('profile.edit')->middleware('auth');
//
//// Password Reset Routes...
//$this->get('password/reset', 'Auth\ForgotPasswordController@showLinkRequestForm')->name('password.request');
//$this->post('password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail')->name('password.email');
//$this->get('password/reset/{token}', 'Auth\ResetPasswordController@showResetForm')->name('password.reset');
//$this->post('password/reset', 'Auth\ResetPasswordController@reset');