How to Handle Long processing asynchronous request through Queue using database in Laravel?

in this blog you are going to see that whenever you want to send email to multiple user then your view page takes a lot of time. so how can…

Read more »

How to deploy Laravel application on AWS EC2

In the first step you should login to your putty using user name and password. After Login you should run command sudo -s for root access then you should change…

Read more »

Laravel Error – Call to undefined method Illuminate\Database\Query\Builder::seokeyw()

I got this error today so I am going to tell you how to solve this error in your Laravel project. First of all, You should check that Model have…

Read more »

Laravel Error – Impossible to create the root directory

I found this error on my laravel project. when I want to upload images to my profile pic then I saw the above error. so please be focused on my…

Read more »

How to fix – “There has been a critical error on your website” – WordPress error.

There are so many WordPress developers facing this issue in their WordPress site due to plugins or theme issues. and you will also find so many solution on this. in…

Read more »

AJAX Crash Course

What is AJAX ? Asynchronous Javascript & XML Set of web technologies Send & receive data asynchronously Does not interfere with current web page JSON has replaced XML for the…

Read more »

Top 5 Application Deployment Tools in DOT NET

Deployment tools with useful features are vital for end-to-end automation and streamlining of the product development process for various platforms including constant updates. Software Developers are eager to automate the…

Read more »

How can I add participants in Moodle?

There are various ways to add participants in Moodle. I am here to say you some steps to add participants. First of all, you can add through manual enrollment. if…

Read more »

How to install and activate plugins in Moodle?

Moodle is an open source platform which is used for managing your course and it is also called CMS ( Course management system). Here I want to say you about…

Read more »

How to activate windows 10 without any software?

We all know that, we are very upset with the windows update. many times it creates so many problems. that is why I am writing this blog for all who…

Read more »

Adobe Premier Pro Download and Docs for Begineer.

How to Download Adobe Premiere Pro CC 2017? There are so many unofficial URLs to download this software but i want to prefer you the official link to download this…

Read more »

How to Turn Off Windows 10 Update in simple 3 ways?

Windows 10 Update is essential for any users to work smoothly on his system. you can turn off this feature in 3 ways. But in my opinion, you should not…

Read more »

Unlimited XML Sitemap Generator Tools and Website

XML-Sitemaps.com is a free online service for creating sitemap like HTML, Image, Video etc. upto 500 pages. if you  register your account to this site then you create a sitemap…

Read more »

How To Download Full Websites or Templates?

Website Copier Step 1:- Download software HTTrack  Website Copier Step 2: – After download, install this Software. Step 3:- Open a  Bootstrap Template / Website. Step 4:- Copy The link of…

Read more »

AngularJS Tutorial for Beginners

AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…

Read more »

How to Fix Nvidia Driver crash on Windows 10?

If your system display driver crash, black screen, overheating, game crashes and Power Management. Then you should do something like this. Let’s check this out : first of all, you…

Read more »

Xampp : Starting Apache …fail : Ubuntu Server Error

i installed xampp in my ubuntu server in virtual box and when i am running below command. then showing Starting Apache …fail. sudo /opt/lampp/lampp start Error : Open your terminal…

Read more »

alert function in JavaScript

window.alert() This function is used to display data in an alert dialog box. alert function really should be used only when you truly want to stop everything and let the…

Read more »

write function in JavaScript

document.write() This function is used to write arbitrary HTML and content into page. If we use this function after an HTML document is fully loaded, will delete all existing HTML….

Read more »

How to Stop Brute Force Attacks on WordPress?

if you want to protect your WordPress site from Brute force attack. Then you should follow the below step. before going to step that can protect our website we are…

Read more »

PHP Tutorial for Beginners

What is PHP? It is an open-source general-purpose scripting language that is especially suited for web development. Code executed on the server. It can be embedded in HTML. You should…

Read more »

Top WordPress images & Media Gallery Plugins

Here you can find top useful media plugins Envira Gallery Image Photo Gallery Final Tiles Grid Photo Gallery by 10Web FooGallery Photo Gallery by Supsystic Everest Gallery Lite Meow Gallery…

Read more »

How to Move a Live WordPress Site to Local Server

Why we are discussing on this topic because we are here to tell you when any developer of WordPress wants to test new themes, plugins, or another development testing. then…

Read more »

Best Laravel Packages to create awesome Admin Panels & other functionalities.

Here i am going to discuss about most trending and awesome packages for Laravel Developers. with these packages, you can easily embed some cool features like captcha, breadcrumbs and increase…

Read more »

Javascript Beginner Part-1

Hi, I am going to introduce some examples on adding javascript with HTML pages. you can add javascript with the help of <script></script> tag within head or body section. Now,…

Read more »

What is the best way to learn SQL for data analyst?

Fundamental SQL Statements Create: creating a basic table involves naming the table and defining its columns and each column’s data type.Syntax : CREATE TABLE “table_name”( “column 1” “data type for…

Read more »

Best WordPress Plugins in 2019

Today, we are going to discuss about wordpress best plugins for multiple features like syntax highlighter and youtube videos gallery etc. These plugins will help us to improvise the blog…

Read more »

How to fix PHPMyAdmin error, incorrect format parameter that appeared while importing a database?

First of all, we have to see some basic settings which are situated in php.ini. whenever we upload a database which size will be greater than max upload size and…

Read more »

How to enable Google reCaptcha with Laravel?

Step 1 – First go to https://www.google.com/recaptcha/intro/v3.html then click on Admin console Step 2 – Genereate new recaptcha (click on + button to create) Type label name Select ReCaptcha v2…

Read more »