@if( $errors->any())
<b-alert show variant="danger">
<ul>
@foreach($errors->all() as $error)
<li>
{{ $error }}
</li>
@endforeach
</ul>
</b-alert>
@else
<b-alert show>
Por favor, ingresa tus datos
</b-alert>
@endif
Suscribirse a:
Entradas (Atom)
linux ubuntu mint actualizar chrome
desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable
-
por consola y desde la raiz de tu proyecto php artisan --version
-
Vamos a crear un proyecto llamado SpringBoot01 para esto, -creamos un proyecto maven y configuramos el build path como vimos en el tutoria...
-
1) configurar datos de conexion app/config/parameters.yml # This file is auto-generated during the composer install parameters: da...