Skip to content

Commit

Permalink
💪 Removed web authentication and routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCage committed Oct 11, 2018
1 parent 45bf47c commit 325e598
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 226 deletions.
32 changes: 0 additions & 32 deletions app/Http/Controllers/Auth/ForgotPasswordController.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Http/Controllers/Auth/LoginController.php

This file was deleted.

72 changes: 0 additions & 72 deletions app/Http/Controllers/Auth/RegisterController.php

This file was deleted.

39 changes: 0 additions & 39 deletions app/Http/Controllers/Auth/ResetPasswordController.php

This file was deleted.

41 changes: 0 additions & 41 deletions app/Http/Controllers/Auth/VerificationController.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function map()
{
$this->mapApiRoutes();

$this->mapWebRoutes();
// $this->mapWebRoutes();

//
}
Expand Down
4 changes: 2 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'Kallun'),

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -78,7 +78,7 @@
|
*/

'locale' => 'en',
'locale' => 'pt',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 325e598

Please sign in to comment.