Laravel soft deletes allow 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 files 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 teach you how you can receive payments online with Stripe using simple Javascript and PHP. Video Tutorial: Installing…
In this tutorial, we are going to teach you how you can receive payments online via PayPal payment gateway using Javascript and PHP. This tutorial…
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 tutorial, we are going to create a simple WordPress plugin that allows you to sign in to your website using your Google account.…
In this article, we are going to show you how you can use a Laravel debug bar library in your live project. Debug Bar is…
In this article, we are going to show you, how you can show a real-time notification to your users in their title bar using PHP,…
In this article, we are going to show you how you can implement a Google sign-in in your website using Javascript and PHP. We will…
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 dynamic testimonials to your website using PHP and MySQL in the backend…
Pricing table in a website is used to give your users an idea how much you charge for your services. In this article, we are…
In this article, we are going to teach you, how you can forcefully logout a user in your Laravel website using PHP and MySQL. Usually…
In this tutorial, we are going to teach you how can you show instagram feed in your PHP website without using any API. Video Tutorial:…
In this article, we are going to show you, how you can receive an email when there is an internal server error in your Laravel…
In this tutorial, we are going to teach you how you can implement events and listeners in Laravel. Events are created and multiple listeners can…
Google one-tap sign-in allows your website users to quickly log in to your site without having to enter a lot of form fields. Video Tutorial:…
Introduction Sockets are used for real-time communication. They are now being used in chat apps, team collaboration tools, and many more. Socket emits events to…