Month: October 2020

Create a custom command in Laravel application and implement as a Cron Job on a Webserver

Today every client wants to automate the business process with a web application. The Cron Job is one of the common automation features required in a web application. The software utility Cron also is known as Cron job is a time-based job scheduler in Unix-like computer operating systems. Users that set up and maintain software …

Check existing email address and display password strength using jQuery Ajax PHP

With the following code snippet, you can check the already used email address in the database. Code snippet help in the user registration section to avoid duplicate email address entry and avoid SQL query error as well. The code snippet includes an additional feature for register form validation. The validation code checks the password strength …

ACH (Automatic Clearing House) Dwolla API integration using Laravel

Looking for an ACH (Automatic Clearing House) payment method. Dwolla is one of the most popular payment methods. Dwolla API is providing the full detailed documentation about the payment integration methods. In this blog post, we are going to discuss the “Receive money from your users“. Check the official documentation about this section. This blog post is …