HTML canvas element is used to draw 2D shapes using Javascript. It can also be converted to an image (png, jpeg, etc.) and can be embedded in the HTML page using <img> tag. We use html canvas element and javascript to convert canvas to image (png, jpg) . There are the ... Read More
Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component. make:channel Create... Read More
By using this code we can simply add captcha to our websites. You have to add your site key to data-sitekey property generated by google captcha. Google provide this technology to add your website to block spammers and bots that try to automatically get email addresses or try to automatically sign up for or make use of Web sites, blogs or forums. The acronym of CAPTCHA is... Read More
Html form to get the user input data password and new password. <form id="form-change-password" role="form" method="POST" action="{{ url('/user/credentials') }}" novalidate class="form-horizontal"> <div class="col-md-9"> <label for="current-password" class="col-sm-4 control-label">Current Password</label> <... Read More
We use cookies to ensure that we give you the best experience on our website.