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…
Buy the 14 premium projects bundle for $100 (saves $40). The bundle contains projects in the following technologies: Project’s list You can buy each project…
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 the PayPal payment gateway using Javascript and PHP. This…
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 signin with google to your website. Here is the…
In this article, we are going to show you how you can use a Laravel debugbar library in your production website. Debug Bar is used…
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…