Do you have a post on your WordPress site that you want to hide from public users, but still show to admins? Perhaps you have a sensitive announcement or a […]
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 […]
Mixing up Browser and API[Feature/Unit] test in Laravel.
In my case, I wanted to test first a request which only was able to execute using api from mobile devices. And once the api is requested, I needed to […]
Laravel – Getting multiple rows in just one row separated by commas
Let’s get initial result to create a scenario to make you understand what we are going to do here. Based on a query below, you will get result of bill […]
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 […]
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 you can generate dynamic invoice […]
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 […]