How to install LAMP in Ubuntu
LAMP stack is a popular open source web platform commonly used to run dynamic web sites and servers. It includes
Read MoreFor Techs.... Techniques.... Technologies....
LAMP stack is a popular open source web platform commonly used to run dynamic web sites and servers. It includes
Read MorePHP Fatal error: Class 'Core_Business_ContainerBuilder' not found This error happends in Prestashop websites. To resolve this problem, 1. Remove
Read MoreWe can redirect website to error page if url contains query string using htaccess file. Open .htaccess file and update
Read MoreComposer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on
Read MorePHP Fatal error: Call to undefined function utf8_encode() This error is happening due to the absence of php-xml module and
Read MorephpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL or MariaDB
Read MoreThis article explains the details of the settings to redirect all 404 requests to another domain. Step1: Open the .htaccess
Read MoreBy default Laravel using swift mailer. So the SSL option can be enabled by reconfiguring the swift mailer settings. For
Read MoreLaravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications
Read MorePHPMailer - A full-featured email creation and transfer class for PHP. Probably its the world's most popular code for sending
Read MoreIn some cases main domain need to share the css with its subdomain. This can be achieved by specifying the
Read More