Laravel soft delete allows you to enable some models that will not be permanently deleted by just calling the delete() method. Instead, you need to…
In this article, we will show you, how you can save BLOB images in a MySQL database using PHP. You will also be able to…
The price of each project is $20. So if you buy each project separately, that will cost you $240. But in this offer, you can…
In this tutorial, we are going to perform a complete CRUD (create, read, update, delete) operation using Vue JS and PHP. We will be using…
An email marketing tool is created in Laravel and Vue JS. It is a single-page application. It allows you to send bulk emails to a…
In this article, we are going to show you, how you can change title text of an HTML page using simple Javascript. We will show…
In this tutorial, we are going to teach you how to create a dynamic FAQ section on your website using PHP and MySQL. We will…
In this tutorial, we are going to teach you how you can add a dynamic testimonial to your website using PHP and MySQL in the…
A pricing table on a website is used to give your users an idea of how much you charge for your services. In this article,…
Introduction Sockets are used for real-time communication. They are now being used in chat apps, team collaboration tools, and many more. Socket IO emit events…
In this tutorial, we are going to show you, how you can email a download link of a file to a user when they request…
When you hear the word “social networking site”, the first name that came to your mind must be Facebook. Then Instagram, Twitter, etc. We create…
In this tutorial, we will learn how to verify email with code. When someone registers on your website, send him/her an email with a verification…
Problem: If you are developing a web project that includes sending emails to users, then it is very important for you to know if those…
A Laravel blog website along with an Android app is created with an admin panel. It uses the design template from https://bootstrapmade.com/. It has the…
In this article, we are going to teach you how you can create a real-time customer support chat widget on your website. Users will be…
In this article, we will teach you how to create a feedback pop-up bootstrap modal for users on the bottom right of the screen when…
In this article, we will be creating logged in devices management feature that will allow the users to check how many devices they have been…
Let’s say you have an admin panel of your website where you can manage your website’s data. Now you want to have a functionality where…
In our previous post, we gave a detailed explanation of why you need a database viewer if you are working with only FTP or SFTP.…