Update layout
Add standard tailwind color classes Remove welcome page Add landing page
This commit is contained in:
7
resources/views/login.blade.php
Normal file
7
resources/views/login.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
@component('layouts.app', ['title' => 'Login'])
|
||||
<div class="min-h-screen flex items-center justify-center p-6">
|
||||
<div class="w-full max-w-md rounded-xl bg-white p-6 shadow">
|
||||
{{-- your existing Fortify login form --}}
|
||||
</div>
|
||||
</div>
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user