How to force Laravel Project to use HTTPS for all routes? - (Laravel force https)

Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force Laravel redirect HTTP to HTTPS in Laravel 8.x, 9.x and 10.x and more upcoming Laravel versions.

Read More

How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more

Hey friend, are you facing an issue of not secure a URL. Then don't worry about this, the best solution of How to force redirect HTTP to HTTPS in Laravel 6.x, 7.x and 8.x and more upcoming Laravel versions.

Read More

How to start coding in PHP with 'Hello world'

PHP is one of the most popular open-source and server-side scripting language. PHP is a powerful tool for making dynamic, interactive websites and you can do much more with it. It can be learned easily.

Read More

How to connect to MySQL database using PHP

Let's start with PHP and MySQ. The first thing to do is connect to the database MySQL, and try to get information on database tables on the page. The function to connect to MySQL is called mysqli_connect ().

Read More

How to combine or merge array in php

Beginners have lots of confusion between array combine and array merge in PHP. So I just go through with this post to introduce the difference between the array combine and array merge in PHP.

Read More

How to create multidimensional Array in php

We know an array is a special variable, which can hold more than one value in one single variable. In PHP array can be used multiple types which can be a single or simple array and multidimensional array.

Read More