Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.

Get Started Now!

How to run PHP code in XAMPP

To run PHP code in XAMPP, you’ll need to follow these steps: 2. Start XAMPP Control Panel: Once XAMPP is installed, start the XAMPP Control Panel. On Read More

Read More

Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199

In this tutorial I’m going to solve this error Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 199. Whenever you import file Read More

Read More

How to install composer in windows

Composer is a dependency manager for PHP applications. It allows you to install, update, and manage third-party libraries for your Laravel project. Laravel uses Composer to manage Read More

Read More

The Top 5 PHP Frameworks Every Developer Should Learn

Here are the top 5 PHP frameworks that every developer should learn: 1. Laravel Laravel is a powerful, full-stack PHP framework with a great community and a Read More

Read More

PHP vs. Python: Which Language is Best for Web Development?

Both PHP and Python are popular programming languages for web development, each with its own strengths and weaknesses. The best choice for a particular project will depend Read More

Read More

What is PHP and How PHP Works & Architecture?

What is PHP? PHP stands for Hypertext Preprocessor. PHP is a server-side scripting language that is primarily used for web development. It is an open-source language that Read More

Read More

PHP Array Functions and their usage

Array functions in PHP are built-in functions that are designed to help you work with arrays in PHP. Arrays are a fundamental data structure in PHP that Read More

Read More

What is PHP and writes its Features?

What is PHP ? PHP stands for Hypertext Preprocessor. PHP is a server-side scripting language that is primarily used for web development. It is an open-source language Read More

Read More

PHP Tutorial For Beginners Step By Step With Example Session-1

What is PHP PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML. PHP stands Read More

Read More

How to give Permission to user dynamically using multiple checkbox in Laravel

First let’s go to your Laravel project And add your database this field `Permission` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘Reject’, And go to your blade file Read More

Read More

How to get data other project a table with modal source

First let’s go to your Laravel project And create new modal Settings And go to your Laravel project and your controller use app use App\Settings; And go Read More

Read More

how to remove html tag in Laravel blade file

First let’s go to your Laravel project Your blade File and this code is html tag with {{ $gallery->Description}} Go to your Laravel project Your blade File Read More

Read More

How to change From Name in Laravel Mail Notification

First let’s go to your Laravel project Your database Structure And go to your Laravel project Your Blade file SendMail.php Defied Your Mail and Name Now is Read More

Read More

How to change publish button to unpublish button using java script

This is my database First let’s go to your laravel project and your blade file & this function fetchData is past Your blade file & this function fetchData is Read More

Read More

How to YouTube video URL embed

First let’s go to your laravel project and your blade file Next add below code in your blade file Next add below code in your Controller and Read More

Read More

Basic Query in Laravel PHP Framework Advance

Laravel Database Queries Query 12=>Show or get recently or last 6 data entered by user Three method : first method $dogs = Package::orderBy(‘id’, ‘desc’)->take(5)->get(); return $dogs; Second Read More

Read More

How to Add Google reCAPTCHA on Sing Up & Sing in page in Laravel Php framework

First let’s go to your laravel project and run this Command on Git Bash Ya TERMINAL Next step we have to install anhskohbo/no-captcha package for Google reCaptcha code, Read More

Read More

What Is PHP? | Introduction to PHP Programming | Learn PHP Programming

What is PHP PHP is Open Source server-side programming / Scripting language that is especially suited for web development and can be embedded into HTML. PHP stands Read More

Read More

Basic Query in Laravel PHP Framework

Basic Database Usage Query 1 => Display total number of row in a table where role id 2 ? Query 2 => Display row detail which is Read More

Read More

How to Create Bootstrap 4 Accordion with Arrow Up & Down in Laravel PHP framework

1. First of load Bootstrap framework and jQuery (JavaScript library) into your HTML document. 2. After that, also include Accordion‘s CSS and JavaScript file into your web page/app/ blade file. 3. Now, Read More

Read More