Posts by Ana Alice • 19 points
4 posts
-
-2
votes1
answer32
viewsQ: Request all picking up only last value (LARAVEL)
I made a Function a few days ago that saved several photos at once. It worked, but when I went to use this Function again, she was just getting the last amount I was sending. Example: I sent photo1,…
-
1
votes1
answer385
viewsA: Rendering a blob image with PHP + Laravel
I solved my problem using the Intervention Image library $img = Image::make(stream_get_contents($data['img'])); return $img->response();
-
1
votes1
answer385
viewsQ: Rendering a blob image with PHP + Laravel
My image is saved in the database. When I take it and give it a dd it returns which is a Resource stream, so I’m using the following code to get the content from it:…
-
0
votes1
answer56
viewsQ: Import Once Javascript
I have two components in my Reactjs project, which use google recaptcha. However, as there are two, each time I call him it’s as if he understood that I wanted to load the "import Recaptcha from…