Blog

blog.5.image

Laravel firstOrNew, firstOrCreate, firstOr, and updateOrCreate methods with examples

If you are using the laravel, you probably familiar with the first, find, create, update and save methods. There are […]

blog.5.image

How to make migration with model in laravel?

In this guide, you will learn how to make migration with model in laravel. This step-by-step short guide to get […]

blog.5.image

How to create laravel float data type migration

In this guide, you will learn how to create the laravel float data type in the migration. Laraval migration used […]

blog.5.image

Laravel Add New Column to Existing Table in a Migration

In this tutorial, you will learn How to add a new column to an existing table using laravel migration. If […]

blog.5.image

How to Validate Phone number in laravel?

In this guide, we will share with you how to validate phone number in laravel. We will be discussing how […]

blog.5.image

2 Ways to Get User Agent Value from Request in Laravel

In this guide, we will share with you 2 ways to get the user agent from Request in laravel. Thanks […]

blog.5.image

3 Ways to Check File Exist or Not in Laravel – Quick Guide

In this guide, you will learn 3 ways of checking whether the file exists or not in laravel. We will […]

blog.5.image

How to force HTTPS on all routes in laravel? 2 Easy Methods

In this guide, you will learn how to force HTTPS on all routes in laravel. We will be forcing HTTP […]

blog.5.image

Create Directory in Laravel Storage if Not Exists – Quick Method

In this tutorial, you will learn how to create directory in laravel storage if it doesn’t exists. We will be […]

blog.5.image

3 Ways to Check Codeigniter Application Version

In this tutorial, you will learn how to check the Codeigniter Application version. We will be discussing 3 ways of […]

blog.5.image

PHP array_unique returning object on json_encode [Solved]

In this guide, you will learn why PHP array_unique function is giving the object instead of array when you do […]

blog.5.image

Laravel Sweet Alert Confirm Delete with Example

In this tutorial, you going to learn how to add the Sweet Delete Confirm Alert in laravel. We will be […]

blog.5.image

How to Use If, Else & Elseif Condition In Laravel Blade?

In this tutorial, you will learn how to use if and else condition the laravel blade. After completing this small […]

blog.5.image

2 ways to check if a Date is Today’s Date in laravel

In this tutorial, we will be discussing how you can check if a Date is Today’s Date in laravel by […]

blog.5.image

How to set default value NULL in laravel Migration

In this post, you will learn, how to set the default value NULL in laravel migration. Many times we need […]

Icon