Posts by Igor Sandro • 39 points
2 posts
- 
		3 votes1 answer603 viewsQ: Watermark image on Laravel 5.2Hello, does anyone know how I could do so that every image that is uploaded in the Watermark has a watermark? The image is sent by a form and through the $request->file('img') in the controller i… 
- 
		0 votes2 answers617 viewsQ: I have the status and city ID, and now what?Hello, in a classified site with PHP and Mysql I made through Ajax the insertion of the state and the city. When selecting the state is passed the id and it sends to the file getcity.php that makes…