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…
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….
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…
Solved issue: SSL (https://) Secured URL Redirection
After intalling free or paid SSL certificate with your domain. If still showing your web address insecure. You need to redirect the http://(insecured) URL to https://(secured) protocol. It is very simple to do with htaccess file. First check your public_html…
Upgrade xampp in windows? a complete solution.
I couldn’t find any complete solution to help people out with updating XAMPP in Windows. So, finally here is an easy to understand, step by step guide to upgrade XAMPP that actually works. major changes! If you are upgrading xampp after a long time like me…
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…
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,…
All About Social Login
Every online business hungry for user information. Register/Signup is the most important button in a online business platform. But users hates this button. After a long research, Register/Signup Button replacing with SSO (Single Sign-on) technology, people usually called it Socila…
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…
Why Ionic v 4.0 is beautyful and handy for everyone
Today I am thrilled to announce the 4.0 release of Ionic Framework, lovingly known as “Ionic for Everyone.” Ionic 4 represents the culmination of more than two years of research and hard work transforming Ionic from “mobile for Angular” into…