Skip to content

Commit c5978e4

Browse files
committed
Creating the Base Layout and Login Form
1 parent 7f945d9 commit c5978e4

File tree

16 files changed

+88
-1
lines changed

16 files changed

+88
-1
lines changed

app/Http/Controllers/AuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class AuthController extends Controller
99

1010
public function login()
1111
{
12-
echo 'login';
12+
return view('login');
1313
}
1414

1515
public function logout()

public/assets/bootstrap/bootstrap.bundle.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/bootstrap/bootstrap.min.css

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/fontawesome/css/all.min.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
204 KB
Binary file not shown.
115 KB
Binary file not shown.
66.3 KB
Binary file not shown.
24.8 KB
Binary file not shown.
410 KB
Binary file not shown.
153 KB
Binary file not shown.

0 commit comments

Comments
 (0)