Laragon – enable SSL

Laragon development env have build in SSL support. There are two steps to enable this feature in your project. Step 1 Step 2 Next add Laragon certificate to trust store like in example bellow: If you won’t do that. Your browser will display your page as...

Add zip command to your GIT bash on Windows 10.

If you try to use zip command. Then you will get error like “command not found“. This is because git-bash is really just a cut down version of mingw. Fortunately you can manually install the command yourself, not only zip, but any command you can get from gnuwin32....

Install WP-CLI on Windows 10

You can use WP-CLI tool with wp-cli.phar file and assign wp alias so you don’t have to type full phase everytime . It all depends on the installation type you will run. To use wp alias use the fallowing installation instruction: mkdir C:/bin cd C:/bin # cd to...