If you are working on setting architecture to print KOT, BOT or just a simple bill from any tablets and from any router, then you
Author: Santosh Maharjan
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
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
Auto increment bill number logic for Laravel
If you are searching on how to generate invoice or bill number, welcome to my blog 🙂. Today, I am going to show you how
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
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
Export large data in excel or csv file [Laravel]
You might be using Maatwebsite\Excel\Facades\Excel with following line of code to export report. If so, for less data, this is not an issue. But if
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
‘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
Laravel validation
Are you trying to validate most of the form request directly from Validator? Well, I do have a solution for that which will make you