Posts by Ruaney • 41 points
2 posts
-
2
votes1
answer24
viewsA: I’m trying to do a validation on the Laravel but it’s not going
I was able to fix it. I wasn’t really having a problem, I just wasn’t displaying the error messages in create.blade.php . @if(isset($errors) && count ($errors)>0) <div class="alert…
-
2
votes1
answer24
viewsQ: I’m trying to do a validation on the Laravel but it’s not going
When I leave the registration form fields without filling in, rule messages are displayed. This is the customer registration code: <?php namespace App\Http\Controllers; use…