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!

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

Execution failed for task’:app:processDebugGoogleServices’.> No matching client found for package name’com.cotocus.holidaylandmark.publisher.holidaylandmark_publisher’ android studio-SOLVED

What went wrong: Execution failed for task ‘:app:processDebugGoogleServices’. No matching client found for package name ‘com.example.myapp ‘ Step -1: check your google-services.json and build.gradle matching applicationId and Read More

Read More

How to Make a Confirm Dialog in Flutter

A confirm dialog is a dialog box that asks users to approve the requested operation. It usually appears with button pairs like Yes/No, OK/Cancel, Agree/Disagree. Confirm dialogs Read More

Read More

JavaScript ES6 Features

What is ECMAScript 6 (or ES6) ECMAScript 2015 (or ES6) is the sixth and major edition of the ECMAScript language specification standard. It defines the standard for Read More

Read More

How to return multiple blade file using single function inside same controller and same route

now on main public route I am raturning a method. web.php Route::get(‘/trips’, ‘CategoryController@index’)->name(‘trips’); CategoryController.php

Read More

Flutter Basic Query

Flutter Widgets Hello World Example Types of Widget We can split the Flutter widget into two categories: Visible (Output and Input) Invisible (Layout and Control) Visible widget Read More

Read More

How to Popup modal to all data display in JavaScript

First let’s go to popup button in blade file Go to Popup modal in blade file add this code modal your JavaScript Go to Popup JavaScript in Read More

Read More

How to other table data to store another table data

This is packages table This is addimages table First let’s go to your Controller file and our function

Read More

How get data in Dropdown of multiple role id in Laravel

First let’s go to your Laravel project And add your Blade file And go to your Laravel project And add your Controller file This is Database structure

Read More

How to get a Particular aliments of array using slice method in Laravel

array_slice (PHP 4, PHP 5, PHP 7, PHP 8) array_slice — Extract a slice of the array Description array_slice( array $array, int $offset, ?int $length = null, bool $preserve_keys Read More

Read More

How take in first and last element of array in Laravel

First let’s go to your Laravel project And add your Controller file This is first Arr $middile= Arr::first($my_cat); This is last Arr $last_cat=Arr::last( $my_cat); This is Refresh Read More

Read More

How to concatenate string in JavaScript

First let’s go to your Laravel project And add your blade file JavaScript And go to your Laravel project And Inspect and check you console log

Read More

How to concatenate string in Laravel controller

First let’s go to your Laravel project And add your Controller function and Store function And go to your Laravel project And test your Controller function log::info Read More

Read More

How to create auto increment id existing table and store in other table in Laravel

First let’s go to your Laravel project And add your Controller function and Store function $Trip->tour_id = $tour_id;

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 remove html tag in API data using Laravel

First let’s go to your Laravel project Your Controller Function and this code add Now is your Result html tag remove Refresh for this link => https://stackoverflow.com/questions/36247382/remove-html-tags-from-strings-on-laravel-blade/36247458

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 get data in dropdown on change event using jQuery

First let’s go to your Laravel project and your blade file & this modal is past And your laravel project and your blade file & this function fetchData 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 use jQuery to Generate Modal Pop-Up when Clicked in text on fetchData

First let’s go to your blade file and you blade file fetchData Function and <tr> add this code when on text Next add use your class detailTrip 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

What is callback function in JavaScript?

Callback Function A callback function is a function (It can be any function Anonymous Function, Arrow Function) passed into another function as an argument, which is then 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

How to input box the first letter to search all pages in Laravel PHP Framework

Step 1: This is the Search Code This is Input the latter Search box View Step 2: Got to Route, Web.php Step 3: Go to the Controller Read More

Read More