Posts by Ermesom Lourenco • 36 points
2 posts
-
0
votes1
answer263
viewsA: href Laravel and Vue.js
This problem occurs because Lade uses the same delimiters that Vue.js uses by default, which causes Blade to try to interpret Vue variables and thus generate inconsistencies in its execution. To…
-
2
votes3
answers122
viewsA: Is authenticating users through a form with database connection safe with crackers?
In these cases, it is important that not only your program is tightly tied in the password validation in the database, but that the password is also encrypted. There are many cases in the market of…