Posts by Igor De Moraes Sampaio • 79 points
5 posts
-
0
votes0
answers345
viewsQ: How to save picture blob with multer in nodejs
Well I have this table: And I have this code that I get an image by the woman in the nodejs: routes.post('/salvarImagem', upload.single('Img') , (req, res) => { const connection =…
-
-2
votes1
answer45
viewsQ: Is it possible to set default props on vuetify components?
Well, guys, what I’d like to know is, is there any way to set the default values for the vuetify components' props? So I don’t have to repeat the props every time I use the component in the style I…
-
0
votes1
answer168
viewsQ: UUID in Arabic and eloquent
Well I know that in Laravel some new UUID methods have been added in this package use Illuminate\Support\Str; but what its not how to use in eloquent, can anyone help me to know how to modify the…
-
1
votes1
answer247
viewsQ: How to check if there is an error in the Laravel Blade with the @error tag Laravel 5.8.13?
Well in Laravel 5.8.13 there was an update in which instead of using: @if ($errors->has('email')) <span>{{ $errors->first('email') }}</span> @endif can be used: @error('email')…
-
5
votes1
answer1200
viewsQ: How to create a database automatically in Laravel with all tables?
Well I need help in a problem, I am developing a system for the first time in Latin and I need to create a database for each user registered in my system, these databases should have the same tables…