How to Merge Eloquent Collections in Laravel?

How to Merge Eloquent Collections in Laravel?

In this article, we will see how to merge two collections in laravel 8 or laravel 9. The Illuminate\Support\Collection class provides a fluent, convenient wrapper for working with arrays of data. In this example, we will merge two..

Sovary February 3, 2023 1.72K
#Laravel  #PHP  #Laravel Collections 
How to Check Database Table Exists or Not in Laravel?

How to Check Database Table Exists or Not in Laravel?

If you want to build an web app for user to install just like wordpress only click on UI you may want to check the existing table in you database, or before doing something else with the table. You can check by using schema builder method hasTable() which is accepted table's name as argument...

Sovary January 12, 2023 1.23K
#Laravel  #PHP 
Laravel - How to Use Carbon in Blade Controller and Model File

Laravel - How to Use Carbon in Blade Controller and Model File

Today tutorial we will show you how to use Carbon in template Blade Laravel. We provide example of using Carbon Laravel in view file. We will show how to use carbon in Laravel, how to use carbon in Laravel blade, how to use carbon in Laravel controller, how to use carbon in Laravel model, Laravel use carbon in blade, using carbon Laravel with example..

Sovary January 12, 2023 1.41K
#Laravel  #PHP  #Carbon Laravel 
Insert new Item Element in Laravel Collections Object

Insert new Item Element in Laravel Collections Object

Today we will learn how to add items at the end to a collection in laravel, it is easy to use a function in laravel collection add items at the end. In below example you can add elements at the end of a collection, how to add values to a collection at the end in laravel,laravel collection add items at the end example...

Sovary December 9, 2022 1.57K
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
Count Duplicated Items in Laravel Collections Example

Count Duplicated Items in Laravel Collections Example

We will show you how to count duplicate element in Laravel Collections. The below example will help you to count element which is have repeat items in collections. We can count in array or count by specific key item using Laravel count collection will help to count data repeatedly...

Sovary November 30, 2022 1.41K
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
Laravel Collection Search Item by Key Example

Laravel Collection Search Item by Key Example

In Laravel collections load many items, to find an element is too hard, so today I will show you how to use key item search the value in Laravel collection...

Sovary November 30, 2022 1.38K
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
Remove NULL or Empty Array from Laravel Resource Collection

Remove NULL or Empty Array from Laravel Resource Collection

This article will show you how to remove empty or null item from a collection using Laravel. In this tutorial, I'll teach you how to delete an empty element from a collection using Laravel. If you're looking for an example of how to delete empty values from a collection in Laravel, you've come to the..

Sovary November 23, 2022 1.52K
#Laravel  #PHP  #Laravel 9  #Laravel Collections 
How to Encrypt and Decrypt Database Fields in Laravel

How to Encrypt and Decrypt Database Fields in Laravel

Today we will share with you how to encrypt data field in Laravel with the eloquent. They will see example automatic encrpt and decrypt fields which will write in database so this is will be helpful in security as well...

Sovary November 10, 2022 1.3K
#Laravel  #PHP  #Laravel 9 
How to Bulk insert Multiple Records in Laravel

How to Bulk insert Multiple Records in Laravel

In this tutorial we will show you how to implement insert multiple rows in Larval project. We write this article to show examples in different way of add multiple records. If we are working on import module to insert multiple records at a time ..

Sovary November 5, 2022 1.74K
#Laravel  #PHP  #Laravel 9  #Query Builder 
How to Count Days Between Two Dates using Laravel Carbon

How to Count Days Between Two Dates using Laravel Carbon

laravel carbon count days between dates, laravel carbon get difference between two dates in days, The simple guide of how to use Carbon to count different two days. We will help you to give an example and calculate days between two date in Laravel. Let's check and discuss about how to calculate days between two date..

Sovary November 4, 2022 1.48K
#Laravel  #PHP  #Laravel 9  #Carbon Laravel