Nakul Kumar @nakulkumar
Answers
You can try this package to validators for base64 encoded files: https://github.com/crazybooot/base64-validation
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 (...)
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 (...)
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, (...)
I guess this image describes better 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
(...)
For that, you should update the git index, and git update-index
does that job.
You should use --skip-worktree
which is for modified tracked files that the user doesn't want
(...)