Articles tagged: laravel 8

Clear
Laravel Jun 14, 2022 2 min read

Laravel 9 Eloquent Query first() and firstOrFail() Example

In this Laravel example, I'm sharing the first() and firstOrFail() methods on the Laravel 8 Eloquent query. And show you how this is important in doin...

Laravel Jun 14, 2022 1 min read

Laravel 9 Eloquent Query find() and findOrFail() Example

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.

Laravel Sep 12, 2021 1 min read

Laravel 8 Eloquent firstOr() Example

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

Laravel Sep 12, 2021 2 min read

Laravel 8 Eloquent firstOrNew() Example

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

Laravel Jun 06, 2022 2 min read

Laravel 9 Eloquent updateOrCreate() Example

In this post, I will explain what is the usage of Laravel 9 Eloquent updateOrCreate() and its importance. Laravel provides updateOrCreate() that usefu...

Laravel Sep 12, 2021 2 min read

Laravel 8 Eloquent firstOrCreate() Example

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 Sep 11, 2021 2 min read

Laravel Eloquent pluck() Example

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

Laravel Sep 10, 2021 5 min read

How To Delete Multiple Records using Checkbox in Laravel 8?

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

Laravel Nov 21, 2021 4 min read

Integrate Sweetalert 2 with Ajax in Laravel 8

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

Laravel Sep 09, 2021 4 min read

Integrate Bootbox Alert & Confirmation with Ajax in Laravel 8

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

Laravel Sep 08, 2021 3 min read

Delete Record using jQuery Ajax in Laravel 8

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

Laravel May 28, 2022 3 min read

Delete Record in Laravel 9

In this short post, I will share simple methods for deleting records in Laravel 8 with examples.

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More