PHP Classes

File: config/routes.yaml

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Symfony Multi Tenant   config/routes.yaml   Download  
File: config/routes.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Multi Tenant
Example of multi-tenant application using Symfony
Author: By
Last change: Add Authentication For Tenant and Core
Date: 1 year ago
Size: 401 bytes
 

Contents

Class file image Download
central: resource: path: ../src/Central/Controller/ namespace: App\Central\Controller name_prefix: central_ type: attribute host: '%hostname%' tenant: resource: path: ../src/Tenant/Controller/ namespace: App\Tenant\Controller name_prefix: tenant_ type: attribute host: '{tenant}.%hostname%' api_login_check: path: /api/login_check