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

  • 27 May 2023
  • 0

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...

How do you Encrypt and Decrypt a PHP String

  • 20 Mar 2023
  • 0

Mcrypt is a replacement for the popular Unix crypt command. crypt was a file encryption tool that used an algorithm very close to the World War II Eni...

Explode string by last occurrence and get first part

  • 20 Mar 2023
  • 0

Some of the cases we need to split any string or it may be my URL to split. Now I am explaining to you, how to explode the string by the last occurren...

Convert an array to tree View Jquery

  • 20 Mar 2023
  • 0

If you have an array of data in a format of parent and child relationships, then you can convert an array to tree View with the help of jQuery.

Find the location of an Item in multidimensional array

  • 20 Mar 2023
  • 0

Finding position of an element in a multi-dimensional array

Convert text to image in php

  • 15 Oct 2022
  • 1

Some of the cases we need to create an image dynamically when the web page is loading, Then a question raised in the mind - Can I convert text to imag...