Introduction When working with Git, one of the common tasks is comparing the changes between different commits or specific files. While Git provides powerful commands like git diff, creating custom […]
Fixing Valet Error: ‘Valet doesn’t support PHP version: [email protected]’
If you’re a Laravel developer using Valet as your local development environment, you may encounter an error message like the following: Valet doesn’t support PHP version: [email protected] (try something like […]
Different php version for different folders/sub-domains [shared hosting] [composer] [CLI]
Are you trying to have different php version for different sub domains or folder? Well, I have collected some information to make it work under shared hosting. Here are what […]
Git clone and getting error ‘Peer’s Certificate issuer is not recognized.’. [Fixed][shared server]
Are you trying to pull or clone the repo but getting peer’s certificate issue? Well, I have a solution for you. If are you getting something like this, I might […]
Generate iOS/macOS/watchOS App Icon without software or online tools.
You might have installed application like Prepo. But there are not all icon I needed. There are other application too but was paid. Just for this, I wanted to do […]
Bulk .csv import in localhost using shell.
Searching to bulk import .csv files? Well, you are the right place. I have a shell script for you which will help you import bulk .csv files. No need to […]
Failed to open stream: Permission denied. composer self-update [fixed]
It is not hard for developers who are using other than shared server to update composer. You can access bin folder and can managed. But for developers who are using […]
Allowed memory size of … bytes exhausted [Solution]
Are you trying to install libraries in laravel and getting memory size issue? Well, again you have come to right place ?. The solution is very easy and today I […]
Stuck on Verifying app – authenticating with the App Store… ??
Are you stuck on verifying app – authenticating with the App Store… If so, you are in the right place to fix the issue. I tried to fix it by […]