triscovery/frontend

Frontend For triscovery Applications


README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

How do I get set up?

  • Composer.json "triscovery/frontend": "dev-master"

TRISCOVERY-PLATFORM

  • Configuration files common/frontend/config/modules-others.php

    'triscovery-frontend' => [

    'class' => 'triscovery\frontend\Module',
    

    ]

    common/frontend/config/main-local.php ALL ENVIRONMENTS if exists main-local.php return [

      'id' => 'app-frontend',
      'basePath' => dirname(__DIR__),
      'controllerNamespace' => 'triscovery\frontend\controllers',
      'layoutPath' => '@vendor/triscovery/frontend/src/views/layouts',
      'viewPath' => '@vendor/triscovery/frontend/src/views',
      'name' => 'Triscovery',
    

    ];

dev/common/config/params-local.php - URL Config as devel

'platform' => [
    'frontendUrl' => 'frontend-triscovery.devel.demotestwip.it',
    'backendUrl' => 'triscovery.devel.demotestwip.it',
],


Integrazione connect di Esempio

Cliccami