What is Scala?

Scala is a multi-paradigm and modern programming language. It is a combination of functional programming and object-oriented programming. It combines them into a concise high-level language. It…

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