JQuery Code to add class in the first class div (Bootstrap Carousel)

4 years ago

If you have a bootstrap carousel for my post display( code is below ). And If you want to put…

Get WordPress Theme Free [demo video] . [SPORTS THEME]

4 years ago

I recently develop a wordpress theme for a customer. I have customized homepage for it's lightness so, you may not…

How to overwrite “img src=(unknown)” in wordpress ?

4 years ago

I have recently shifted my site to another host by exporting the data. And I don't have the original data.…

How to make scroll to up button?

4 years ago

You might have wondered how to make scroll to up button that fires when you scroll down and when you…

Window does not refresh while adding new categories and tags?

4 years ago

You might have experienced this while adding new category. When you ad category title and slug and description and submit…

KMS Activator Free windows and Office Activation

4 years ago

KMSPico Window 10 activator is the free activator of windows 10 and previous version developed by a team of hacker…

ERROR: Invalid default value for ‘created_at’ [solution]

5 years ago

I got a problem while adding a new column in the database as well as editing the column. The error…

HOW TO CHECK VERSION OF LARAVEL

5 years ago

1. by command line method open command prompt and go to the laravel application directory. type php artisan --version  …

LARAVEL PROBLEM IMAGE NOT UPLOAD PROBLEM (THE SAME PROBLEM WORKED IN LOCALHOST)

5 years ago

Problem Description: I have recently created a site in laravel and I had the no issue. But when I uploaded…

Problem in composer create-project

5 years ago

To start a new project in laravel we generally do the following code composer create-project --prefer-dist laravel/laravel projectname OR composer…