Nakul Kumar

Nakul Kumar @nakulkumar

116
0
2
0

Activities

You can try this package to validators for base64 encoded files: https://github.com/crazybooot/base64-validation

Nakul Kumar
Nakul Kumar left a comment on answer

You are welcome.

Lumen is mainly for smaller applications, and its community is also very small as compare to Laravel. Because the Lumen community is small, so if you stuck on something then it (...)

Nakul Kumar

Lumen

The subset of full-stack Web framework or the core of microframeworks, Lumen is tailored to develop smaller applications, one that is function-driven. The fact that Lumen (...)

How to Upload Multiple Images with jQuery AJAX and PHP, with preview

Uploading an image without page refresh is more user-friendly than refreshing the entire page. So, in this guide, you will learn how to upload multiple images using ajax in jQuery (...)
Nakul Kumar
0
0
4394

For that first, you have to understand Semantic Versioning. It is divided into three sections separated by a dot.

1.0.2
major.minor.patch

Major, (...)

How to Add Google reCAPTCHA to a PHP Form with Example?

In this guide, we will integrate the Google reCAPTCHA in the PHP contact form. Utilizing this Google reCAPTCHA code, we can validate the human users and protect the form of submission (...)
Nakul Kumar
How to Add Google reCAPTCHA to a PHP Form with Example?
0
0
22063

How would I check if an element is hidden in jQuery?

Asked by Nakul Kumar ·
Is it possible to toggle the visibility of a element, utilizing the functions .hide(), .show() or .toggle()? How might you test if an element is visible or hidden?
0
3
2517

I guess this image describes better var vs. let vs. const in JavaScript.

var vs. let vs. const in JavaScript.

The following code is works perfect for me, and I can send multiple attachment with the email. So here is the code:

Here is my SendMail mailable class:

<?php

namespace
 (...)