PHP Classes

File: app/Resources/config/routing.yml

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex Enhanced   app/Resources/config/routing.yml   Download  
File: app/Resources/config/routing.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex Enhanced
Silex with custom services providers.
Author: By
Last change:
Date: 9 years ago
Size: 456 bytes
 

Contents

Class file image Download
routing: controllers: Acme.Controller.Xeon: Fluency\Acme\Controller\XeonController Acme.Controller.Admin: Fluency\Acme\Controller\AdminController routes: - { name: _default, pattern: /, controller: Acme.Controller.Xeon:homeAction, method: get } - { name: _home, pattern: /home, controller: Acme.Controller.Xeon:homeAction } - { name: _login, pattern: /login, controller: Acme.Controller.Admin:loginAction}