Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13646

Move front facing files to controllers

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.0.0-a1
    • 3.2.0-dev
    • None
    • None

      A few rules to make it consistent:

      • The routes should be prefixed (/feed/, /api/, /help/ etc...)
      • The main routing file goes to /config/routing/<prefix>.yml and if it has to be split the other files goes to /config/routing/<prefix>/<name>.yml
      • The services should be prefixed by <prefix>.
      • The main service file goes to /config/container/<prefix>.yml and if it has to be split the other files goes to /config/container/<prefix>/<name>.yml
      • The controllers goes to /phpbb/<prefix>/controller/<name>.php

            Unassigned Unassigned
            nicofuma nicofuma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: