Generate a QR code for your website page in PHP
Generating QR code for you on any page of your website is very easy with PHP. When you scan the code, it will open a link in the browser. Below is the code snippet Sample of QR Code
Generating QR code for you on any page of your website is very easy with PHP. When you scan the code, it will open a link in the browser. Below is the code snippet Sample of QR Code

First, unlink the version you want using the following command Then link your desired version using the following command brew link php@7.4 Ref:

Step 1 : Add following lines to your php.ini After this, restart your local server( MAMP, WAMP, XAMP, etc…. ). Step 2 : Install “Xdebug client” from package control. ( Press command/ctrl + shift + p and write “Install package”…

Things you need for: cmder composer Sublime Text 2/3 We are going to install using composer, because it will automatically install related packages. So no need to do too many manual stuffs. Step 1: Open “cmder” and run following command…