Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 449 Bytes

File metadata and controls

20 lines (15 loc) · 449 Bytes

Upgrade Guide

v3.0

Import routes

// Before (2.x)
ui-process-bundle:
  resource: '@CleverAgeUiProcessBundle/src/Controller'
  type: attribute

// After (3.x)
ui-process-bundle:
  resource: '@CleverAgeUiProcessBundle/config/routes/*.yaml'

EasyAdmin

If you have specific EasyAdmin code on your project, please follow the official Upgrade Guide