Search in logs

Where the answer always be

Welcome

There are total of 9 published posts and there's more to come. Enjoy reading!

Thinking of buying a Mac Mini M1 and not sure if it’s compatible with your dual monitor setup?The answer is YESHere are the items I’m currently using in my personal setup. 2020 Apple Mac mini with Apple M1 Chip (8GB RAM, 256GB SSD) BenQ GW2475H 24-Inch FHD Eye-Care IPS LED Monitor, HDMI, Slim Bezel ,black…

You recently started working on a framework that doesn’t support dependency injection or you are building your own project from scratch and you need to find out a way on how to build your own dependency injection? Here is how Install PHP-DI For the purpose of this task we’ll use a dependency injection container called…

If you recently installed WooCommerce and you didn’t create the default WooCommerce pages or if you need to re-create the missing ones you need to follow these steps. Go to WooCommerce > Status Select the tools tab Scroll down until you find the Create default WooCommerce pages Click on Create pages Done !

In this tutorial we installed wordpress using docker. So if you haven’t yet set up a dev environment you can start from here. Xdebug plugin for vscodeYou need first to install the xdebug plugin for vscode. Xdebug Chrome Extension If you haven’t yet installed the xdebug extension for chrome you need to do it first…

In this tutorial will describe how to make a menu bar sticky and appear on scrolling. Assuming that you have already created your menu bar using HTML/CSS you can add a few lines of javascript code to make it “Sticky” improving UIthe of your website. For this task we will make use of the scroll…

This tutorial will explain how to install WordPress locally using docker.Before you try this you need to make sure that you have docker installed in your system. Create your project folder mkdir wordpress-docker Clone wpdiares/wordpress-xdebug wp-diares/wordpress-xdebug using the official WordPress docker image and includes an extra configuration to enable xdebug which is a great tool…

You have been built your theme using HTML CSS etc and now wondering how to convert your static search bar into an active fully functionally search bar in your new WordPress theme?In this tutorial, we’ll convert a custom-made search bar which has been built using the Bulma CSS framework. Declare your search form in functions.php after you…

Configure proxy vhosts You need to create a vhosts configurations and then paste these configurations. Start the server Your magento 2 pwa app now should be accessible by this urlmy-pwa.com Additional notes You might need to run this command first in your pwa root folder to acquire custom hostname, ssl, development and staging port for…

First of all, we need the wsl2 IP address. To find out what’s the IP open Windows PowerShell and run ipconfigUnder the Ethernet adapter, vEthernet (WSL) look for the IPv4 Address Go to wsl2 and open your php.inie.g sudo nano /etc/php/7.x/apache2/php.iniAnd paste these configurations Note: These settings work for xdebug 3. If you are on xdebug 2 then…