PHP code example of remp / crm-print-module
1. Go to this page and download the library: Download remp/crm-print-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
remp / crm-print-module example snippets
public function registerWidgets(\Crm\ApplicationModule\Widget\WidgetManagerInterface $widgetManager)
{
// ...
$widgetManager->overrideWidget(
'frontend.layout.top',
$this->getInstance(\Crm\PrintModule\Components\EnterAddressWidget::class),
$this->getInstance(\Crm\FooModule\Components\EnterAddressWidget::class),
100
);
// ...
}
php bin/command.php phinx:migrate
php bin/command.php user:generate_access
php bin/command.php api:generate_access
php bin/command.php application:seed