In this post, I will share how to use the find() and findOrFail() methods in the Laravel Eloquent query and the different usage of these methods.
In this post, I will explain what is the usage of Laravel Eloquent firstOr() and its importance. Laravel provides firstOr() that enables us to put ano...
In this post, I will explain what is the usage of Laravel Eloquent firstOrNew() and its importance. Laravel provides firstOrNew() will help us to chec...
In this post, I will explain what is the usage of Laravel 9 Eloquent updateOrCreate() and its importance. Laravel provides updateOrCreate() that usefu...
In this post, I will explain what is the usage of Laravel Eloquent firstOrCreate() and its importance. Laravel provides firstOrCreate() to help us to...
Laravel Eloquent pluck() method helps us to extract certain values into 1 dimension array. It shortens our code if we want only to get the specific fi...
In this post, I will share how to implement multiple delete records using the checkbox in Laravel 8. Sometimes you need to add this functionality to s...
I will show you how to integrate sweetalert 2 with ajax in Laravel 8. Laravel sweetalert implementation is important to confirm the ajax request befor...
In this post, I'm sharing how to integrate Bootbox alert & confirmation with ajax in Laravel 8. We are using Bootbox to confirm the jquery ajax delete...
In this post, I'm sharing a short post on how to remove the last element value from an array in Javascript. If you need to remove the last value of th...
In this post, I'm sharing a short post on how to remove the first element value from an array in Javascript. If you need to remove the first value of...
In this post, I'm sharing how to delete records using jquery ajax in Laravel 8. Usually, the ajax request is implemented so that our web page will not...