Note: This tutorial is an improvement over the article written by Rich Barrett on medium.com way back in Nov 2017 (see this link). However, there are some missing parts in that article that are...
Note:This is for fresh installations. Refer for more details /usr/bin/ruby -e "$(curl -fsSL brew tap homebrew/homebrew-php brew tap homebrew/dupes brew tap homebrew/versions brew tap homebrew/php...
FreeType library is typically required along with GD library in PHP. This will enable usage of imagettftext() and other functions. Install FreeType Install FreeType library first at OS level. # yum...
After enabling XDebug extension, give this code in php.ini to attach Netbeans to Xdebug. xdebug.remote_enable=on xdebug.remote_log="/var/log/xdebug.log" xdebug.remote_host=localhost...
There might be some reasons to move the wordpress website created in wpengine.com to another hosting. From the Backup points, there is chance that you will miss Media Library and get just blank...
Below are the popular and recommended plugins handy for wordpress installations. I took this list from a video in pluralsight.com.
NumbWordter is a number to word converter class written in php. This class will be useful to display numbers as words. Usage: $converter=new NumbWordter(); echo $converter->convert(1823912); //...