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 how to delete records using jquery ajax in Laravel 8. Usually, the ajax request is implemented so that our web page will not...
In this short post, I will share simple methods for deleting records in Laravel 8 with examples.
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.
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...
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.
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...
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...