06/12
2016
dev-master
9999999-devProject PHPixie 3 with Parishop modules
MIT
The Requires
The Development Requires
Project PHPixie 3 with Parishop modules
Project PHPixie 3 with Parishop modules, (*1)
Create file "/assets/parameters.php", (*2)
<?php return [ 'database' => [ 'default' => [ 'driver' => '', 'adapter' => '', 'database' => '', 'host' => '', 'port' => '', 'user' => '', 'password' => '', ], ], 'mailer' => [ 'type' => 'native', 'hostname' => 'localhost', 'port' => '25', 'username' => null, 'password' => null, 'encryption' => null, // 'ssl' and 'tls' are supported 'timeout' => null, // timeout in seconds, defaults to 5 'sendmail_command' => null, 'mail_parameters' => null, ], 'social' => [ 'facebook' => [ 'appId' => '', 'appSecret' => '', 'scope' => '', ], 'google' => [ 'appId' => '', 'appSecret' => '', 'scope' => '', ], 'vk' => [ 'appId' => '', 'appSecret' => '', 'scope' => '', ], 'twitter' => [ 'consumerKey' => '', 'consumerSecret' => '', ], ], ];
Project PHPixie 3 with Parishop modules
MIT