We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e734c commit 00c261cCopy full SHA for 00c261c
src/Http/routes.php
@@ -7,6 +7,7 @@
7
8
Route::get('login', function () {
9
return redirect(route('login'));
10
+
11
return View::make('laravel-crm::auth.login');
12
})->name('laravel-crm.login');
13
0 commit comments