2017 © Pedro Peláez
 

project project

Project PHPixie 3 with Parishop modules

image

parishop/project

Project PHPixie 3 with Parishop modules

  • Tuesday, December 6, 2016
  • by Parishop
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Project

Project PHPixie 3 with Parishop modules, (*1)

Installation

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' => '',
        ],
    ],
];

The Versions

06/12 2016

dev-master

9999999-dev

Project PHPixie 3 with Parishop modules

  Sources   Download

MIT

The Requires

 

The Development Requires