Posts by Natan Rocha Batista • 21 points
3 posts
-
0
votes1
answer27
viewsQ: Search commands in Ubuntu 18.04 applications
I used Ubuntu 16.04 with Unity. In every application I used on the system, when I needed to use a command I didn’t know where to find, I would press the alt key and open a search bar so I could…
-
1
votes1
answer491
viewsA: Validate CPF in Laravel’s Registercontroller class
When I asked the question I was already a little desperate because I used 'Cpf' and it didn’t work, so I had tried 'formato_cpf', obviously unsuccessfully too. However, today I tested with 'Cpf' and…
-
1
votes1
answer491
viewsQ: Validate CPF in Laravel’s Registercontroller class
I downloaded the package https://github.com/LaravelLegends/pt-br-validator to perform Cpf validation on my system. I followed the documentation instructions by putting Validatorprovider in the…