Blog

blog.5.image

Remove and add class using jquery (Under 3 minutes)

In this tutorial, you will learn how to add and remove class using jquery. There are many cases where you […]

blog.5.image

Laravel WhereIn with 2 Examples (Quick Answer)

In this article, you will learn how you use laravel whereIn with different examples. We will cover how to use […]

blog.5.image

How to get Key index of clicked Element in React? (Quick Solution)

It is very common that you need to get the index of the clicked Element in React. In this article, […]

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 […]

Icon