Category: Laravel

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

Laravel Jun 14, 2022 2 min read

Laravel 9 Seeder Tutorial and Example

In this post, I will share an example of how to create a Laravel 9 seeder. Seeder is important to initialize our default data to our database.

Laravel Nov 08, 2021 2 min read

Custom Dynamic Middleware for Spatie Laravel Permission

You will learn how to create a custom middleware for spatie Laravel permission. In my previous post, I shared about the Laravel 8 user roles and permi...

Laravel Jun 14, 2022 37 min read

Laravel 9 User Roles and Permissions Step-by-Step Tutorial

In this post, I will share how to implement the ACL method for Laravel roles & permissions with a step-by-step guide that is easy to understand.

Laravel Nov 21, 2021 3 min read

How to Generate QR Code in Laravel 8?

Learn on how to generate QR code in Laravel 8. Sometimes we need to generate QR code now I will give you an example how to do it and apply to your pro...

Laravel Sep 05, 2021 3 min read

How to Generate Barcode in Laravel 8?

In this post, I'm sharing how to generate barcodes in Laravel 8. If you have a task like a product that needs to generate a barcode or maybe you have...

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

More