Configuring PHP
module.exports = {
magento: {
first_name: 'Scandiweb',
last_name: 'Developer',
email: 'developer@scandipwa.com',
user: 'admin',
password: 'scandipwa123',
adminuri: 'admin',
mode: 'developer',
},
configuration: {
php: {
// PHP configuration goes here
}
}
};
Changing the PHP version


Installing PHP extensions
Simple extension installation
Complex extension installation
Last updated