PHP | array_merge() and array_merge_recursive() functions

PHP array_merge() This array function is used to merge or combine multiple arrays into one new single array. In simple if their are two arrays as array1…

Read More

PHP | Multidimensional arrays

Multi-dimensional arrays is a type of arrays which stores an another array at each index instead of single element. In simple words, multi-dimensional arrays as array of…

Read More

PHP | Strings & Built-in String functions

String is a stream or collection of character which is written in quotes. For example: – ‘D’ is taken as Character, and whereas “DevOpsschool” is a String….

Read More

PHP | Data Types

In PHP, Data types are used to declare one particular type of data as in all programming languages. Data Types define the type of data a variable…

Read More

Why PHP Is Still So Important for Web Development?

PHP (Hypertext Preprocessor) is a general-purpose scripting language that can be used to develop dynamic websites. It was from the first server-side languages that could be embedded…

Read More

What is Tinker? How to Insert Data using Tinker?

In this tutorial i’m going What is tinker and why using it and how to insert data using of tinker in easy way. I’m going to describe…

Read More

Intro to laravel

What is Laravel ? Laravel is php web frame-work use in backend ,Laravel has a very rich set of features which will boost the speed of web…

Read More

How to fix ‘Target class does not exist’ in Laravel 8

In this tutorial im going to fix target class does not exist. Why its comes Target class does not exists — Its means in Route/web.php file you…

Read More

file_put_contents: Failed to open stream, no such file or directory

In this tutorial i’m going to solve how to solve this types of error. When I run this project its showing some errors as like file_put_contents: Failed…

Read More

Laravel 8 Firebase Mobile Number (OTP) Authentication Tutorial

In this tutorial im going to learn how to integrate Login with OTP Authentication in Laravel. I will create step by step simple example of firebase phone…

Read More

How to Upload Image in Laravel with Ajax

In this tutorial im going to describe how to upload image in larvel with Ajax example. Please follow mentioned below. First let’s go to install laravel project…

Read More

How to Force Redirect HTTPS to HTTP in Laravel

In this tutorial im going to describe how to force redirect HTTPS to HTTP. When i open virtual host url its showing Your connection is not private…

Read More

Create a User Registration System with Email Verification in Laravel

In this tutorial I’m going to learn how to get email verification when someone register in laravel. Please follow some easy steps mentioned below. and will set…

Read More

php version (7.2.34) does not satisfy that requirement.

When i download the Laravel project from Github and setup project i run composer update its showing this types of error. Let open editor and run below….

Read More

How to add jquery modal popup in Laravel PHP?

In this tutorial i’m going to implement popup modal in our pages. Define below. It’s a very easy you have to just copy below code and run…

Read More

jQuery UI Datepicker | Add Datepicker to Input Field using jQuery UI

In this tutorial im going to learn hwo to add DatePicker in input field using jQuery. You can use this DatePicker code in your own page. So…

Read More

Define jQuery with Examples?

What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much…

Read More

Print multiplication table by using for Loop

What is Loop? Any Repeated task more than one time that is called Loop. In a loop structure, the loop asks a question. If the answer requires…

Read More

Form Validation in JQuery with Example

In this tutorial i’m going to implement form validation using Jquery in PHP. What is FormValidation? Form validation is a process of confirming the relevant information entered…

Read More

Laravel Avatar Image Upload Tutorial With Example

In this tutorial im going to learn how to upload profile image of user in Laravel. By default, Laravel gives only registration form includes only the name,…

Read More