If you’ve ever encountered the “Product Not Found” error message when attempting to make an In-App Purchase (IAP), you know how frustrating it can be. This error can occur for […]
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 […]
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 […]
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 […]
Print without preview in php on thermal pos printer
After working on week to setup and print directly from php project, I have successfully done it. And I am about to share what I have learn. Basically these are […]
Break point in VS Code. Cannot find classes in Laravel? [Fixed] [Mac]
Hi, Break point is something I really love. Using it in Xcode or other IDE is easy. No setup required. But if you want to use break point in laravel […]
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 […]
DOMDocument::loadHTML(): error parsing attribute name in Entity, line: 1
You might get this issue while trying to download report in Laravel. Please note, this issue fix is only with the platform Laravel and while trying to download your data […]
‘RLMException’, reason: ‘Object has been deleted or invalidated.’ [iOS] [Realm]
Are you fetching datas from server and just converting it to realm object without saving in local database. And at certain action, for example, click favorite button, you want to […]