Tag Laravel found of 86 results

Laravel Interview Questions and Answers 2023

Laravel Interview Questions and Answers 2023

For fresh graduate students may seeking for employment in different personal skill set that they have. You have full of skill or less skill in Laravel you may asked by interviewer in order to get new job. Some of below examples may help you to be well prepare answer to the question...

Sovary February 4, 2023 496
#Laravel  #PHP 
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 646
#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 372
#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 431
#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 396
#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 392
#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 29, 2022 348
#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 419
#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 394
#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 631
#Laravel  #PHP  #Laravel 9  #Query Builder