dev-master
9999999-devTalks module for use in the SunshinePHP site.
The Requires
by Adam Culp
ssphp ssp
3.0.0
3.0.0.0Talks module for use in the SunshinePHP site.
The Requires
- php >=5.5.0
- guzzlehttp/guzzle >=6.1.0
by Adam Culp
ssphp ssp
Wallogit.com
2017 © Pedro Peláez
Talks module for use in the SunshinePHP site.
Talks module in ZF2 to be included into the SunshinePHP main site., (*1)
./vendor/ directory.Add this project in your composer.json:, (*2)
"require": {
"sunshinephp/ssp-talks": "dev-master"
}
Now tell composer to download SspTalks by running the command:, (*3)
$ php composer.phar update
Enabling it in your application.config.phpfile., (*4)
<?php
return array(
'modules' => array(
// ...
'SspTalks',
),
// ...
);
Talks module for use in the SunshinePHP site.
ssphp ssp
Talks module for use in the SunshinePHP site.
ssphp ssp