Login y Register

Cambios:
index.html agregarle el botón de login y register

cambie el usuario de prueba a admin admin@laravel.com

rutas de login y register y los controladores
This commit is contained in:
2025-08-15 13:13:52 -03:00
parent 44e1da9693
commit 528af5bbfe
10 changed files with 226 additions and 292 deletions
+6
View File
@@ -0,0 +1,6 @@
<H1>BIENVENIDO {{Auth::user()->name}} </H1>
<form action="{{route('logout')}}" method="post">
@csrf
<button type="submit">Logout</button>
</form>