dev-master
9999999-devSkarabee module for Yii2
MIT
The Requires
by Fabio Maggio
yii2 infoweb skarabee yii2-skarabee
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Skarabee module for Yii2
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require infoweb-internet-solutions/yii2-skarabee "*"
or add, (*3)
"infoweb-internet-solutions/yii2-skarabee": "*"
to the require section of your composer.json file., (*4)
Once the extension is installed run this migration, (*5)
yii migrate/up --migrationPath=@infoweb/skarabee/migrations
Enable the module in common\config\main.php as follows:, (*6)
'modules' => [
    ...
    'skarabee' => [
        'class' => 'infoweb\skarabee\Module',
    ],
],
And configure the component in common\config\main.php:, (*7)
'components' => [
    ...
    'skarabee' => [
        'class' => 'infoweb\skarabee\components\Skarabee',
        'userName' => XXXXXX,
        'password' => XXXXXX
    ]
]
Import the translations and use category 'infoweb/skarabee':, (*8)
yii i18n/import @infoweb/skarabee/messages
You can import real estates from Skarabee into your database from the command line with the following command:, (*9)
yii skarabee/import
All available configuration options are listed below with their default values., (*10)
string, default: )The value of this option will be used in the getUrl method of the infoweb\Skarabee\models\RealEstate model. It serves as the prefix in the url structure and is a translation key in the url i18n category., (*11)
Skarabee module for Yii2
MIT
yii2 infoweb skarabee yii2-skarabee