Posts by João Paulo Silveira • 19 points
2 posts
-
1
votes1
answer6043
viewsQ: How to make mask for display phone, cnpj, Cpf, etc on Laravel
I am beginner in Laravel and would like to display fields like CPF, CNPJ and Headphones formatted as (xx) xxxxx-xxxx, etc. I searched and found a function that would perform this (Mask:…
laravelasked João Paulo Silveira 19 -
0
votes2
answers610
viewsQ: How to pass several variables to a View in Laravel?
How do I pass several variables to the same view? Something like: return "view('textos.index', ['textos1' => $textos1, 'textos2' => $textos2, 'textos3' => $textos3]);"…