Virif

Configure security headers for Laravel and Improve your Website Security

Few Days ago I read a great article by Scott Helme on security headers. To know more about these headers I suggesting you to read the great article yourself. I’ve just added security headers to my website and want to show you how it was done. Step 1: Laravel Security headers I ha;ve used the…

Explore More

Laravel sending email from localhost not working

I had this issue too, this is how i fixed it. Though it is not advisable to change vendor files but this fix worked and it enable me to send mail from my localhost. Locate StreamBuffer in your vendor folder. It should be in this location C:\xampp\htdocs\mylaravel\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport Open the file StreamBuffer.php Find this method _establishSocketConnection…

Explore More
Create Windows 7, 8.1, 10, 11 Bootable Pendrive (USB Flash Drive) Using CMD Perfect and workable

Create Windows 7, 8.1, 10, 11 Bootable Pendrive (USB Flash Drive) Using CMD Perfect and workable

Do you need a bootable windows 7, 8.1, 10, 11 Pendrive/USB Flash Drive to set up your fresh windows? Then follow me, I will show you the easiest way to make a USB Flash Drive/ Pendrive from any windows version’s source like Windows CD/DVD/ISO File. Step 1: First you have to extract your Windows setup…

Explore More

Best and Workable Solution: Stop/Disable Windows 10 Auto Updates by group policy

In Windows 10 (any version), the Local Group Policy Editor allows you to disable automatic updates permanently or change the Windows Update policies to decide when updates should be installed on the device. Let’s See How can you Disable Windows 10 updates To disable automatic updates on Windows 10 permanently, use the following steps: Click…

Explore More

List of All Node.js Modules and its usages

Introduction – Node.js Node.js is an open source platform for creating applications that uses JavaScript on server side as well as on the client side. JavaScripts usage amongst the developer community is growing at a very rapid pace. It is the most popular language in a recent survey conducted by Stack Overflow. Its runtime environment…

Explore More

WP Admin Account Create from MySQL PHPMYADMIN

If you experience an issue in which your administrator account is blocked from accessing the WordPress dashboard, one way to resolve the problem is to create a new administrator account. As you are unable to do this from the dashboard, the alternative is to manually create the account in your WordPress database. Log in to…

Explore More