How to Print Hellow word in Java ?

What is java ? Java is a widely-used programming language for coding web applications. It has been a popular choice among developers for over two decades, with…

Read More

How to install java JDK on Windows ?

In this tutorial I’m going to learn how to install java JDK on windows in very easy way. so follow this tutorial i have demonstrate in very…

Read More

Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this.

In this tutorial im going to solve above mentioned issues. Error:- Solution:- Just like you, I have Android Studio installed, the key is to install Android SDK Command-line…

Read More

How to Call any API and Print Value ?

In this tutorial I’m going to learn how to call api and print data in blade page, so follow this tutorial i have mentioned in very easy…

Read More

What are the types of APIs and their differences?

What is APIs? API is basically a set of functions and procedures which allow one application to access the feature of other application REST is a set…

Read More

Why we’re using Array in laravel ? What are some of the disadvantages of using arrays?

Why use array in laravel ? Arrays is a common use because arrays allow you to group related data together, making it easier to manage and pass…

Read More

Auto Delete 30 Days Older data in Laravel?

In this tutorial i’m going to learn how to delete all records older than 30 days. In this blog i have to mentioned in very easy to…

Read More

stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:

In this tutorial I’m going to solve stream_socket_enable_crypto error please follow some easy steps 👇👇 Go to App\config\mail.php lets open mail.php file and paste below code. Now…

Read More

OnChange Function in Laravel using JQuery?

In this tutorial I’m going to learn how to use on Change function using laravel jQuery. On change function would be work on category wise. First go…

Read More