Posts

  • Tombstone

    Tombstone is the dead code detection library for PHP In our real life most of the time we use only 20 percentage of any application frequently So using Tombstone library (GitHub link: scheb/tombstone) we will check how to remove zero times or rarely called functions As a result our codebase will get slimmer and healthier […]

    read more

  • PPT to PDF

    The above one line shell snippet in php script is used to convert the powerpoint file in to PDF file using libreoffice. The same command can be used for all the files which are able to open using libreoffice like doc, docx, odt, odp, etc., Shell command is enclosed in back tick symbol not single […]

    read more

  • WooCommerce Installation Steps

    Login in to your WordPress Admin panel In left menu hover over Plugins menu. In sub-menu click Add New Once you clicked Add New sub-menu it will be redirected to Add Plugins page. In the Add Plugins page’s search field enter the keyword as woocommerce. For reference please see below image at the top right […]

    read more