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 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 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 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 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 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 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

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