• Techblog369, India
  • June 8, 2023

How To Configure A Sendinblue SMTP Relay in Postfix?

Fix Email Issues in CyberPanel with SMTP Relay Setup Free Method. First Create a email using your Cyberpanel Under Emai Tab Create Email Second go to the SSL tab and click …

Create a simple password strength indicator with JavaScript

You’ve probably seen many examples of password strength indicators around the web. They let users know the password they’re using is weak and indicate how the strength changes when it’s modified. …

How to Create Admin Panel using Voyager in Laravel 8

Inside this tutorial, we will create an admin panel in a very short time. Admin panel using Voyager composer package. This article is very interesting to learn admin panel development step …

Laravel 8 complete Blog Project Part3

In this article, I am going to create a Blog project using Laravel 8 step by step Complete Laravel blog project step by step Part3 if you found In the previous …

Laravel 8 complete Blog Project Part2

In this article, I am going to create a Blog project using Laravel 8 step by step Complete Laravel blog project step by step Part2 Now in this article, I am …

Laravel 8 complete Blog Project Part1

In this article, I am going to create a Blog project using Laravel 8 step by step Complete Laravel blog project step by step Part1 Laravel Blog Application from scratch #Technologies …

How to Create API with File Upload in Laravel 8

In this article, I am going to show how to create a file upload API using Laravel 8 and MySQL. API will test using Postman Open your project folder with a …

Laravel 8 tutorial – API authentication with Sanctum

Laravel 8 tutorial – API authentication with Sanctum Create Laravel Project Then go to your project folder and open it with any code editor setup database in .env file Install Laravel …

How to install LEMP stack on Ubuntu VPS?

How to install LEMP stack (Linux, Nginx, MySQL, PHP) on Ubuntu 20.04 VPS In this tutorial, we will install the LEMP stack on the ubuntu 20 based server. LEMP consists of …

How to Integrate Whatsapp in ReactJs?

In this article, I am going to show how to integrate Whatsapp into ReactJs App How to integrate Whatsapp in ReactJs App. Paste the below code Now we add some CSS …

How to Remove .html and .php extension from Url using .htaccess

Removing .php Extension from URL For example, You need to change the URL from http://test.com/test.php tohttp://test.com/test1. Edit the .htaccess file and add the following settings. Now, If the user accessed /test …

Token authentication requirements for Git operations

Support for password authentication was removed on August 13,2021. Please use a personal access token instead. Set Token authentication for Git operations. From 13th August 2021 password authentication was removed, So …