As developers, we all know how important it is to ensure that our applications are thoroughly tested. One area that requires particular attention is the index views, which are commonly […]
How to Hide a WordPress Post from Public Users with a Specific Category ID
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 […]
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 […]
Valet – Laravel – Mysql – Phpmyadmin
Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to use valet. But you don’t […]
XML object not working in Model but works in Controller in CodeIgniter(CI) [Solution]
Being as a CI developer, you might get issue creating XML object from url. If that is your case, well this blog is for you. Today, I am going to […]