Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 211 Bytes

UPGRADE.md

File metadata and controls

18 lines (13 loc) · 211 Bytes

Upgrade from 2.x to 3.x

->path('...')

Replace your server paths configuration:

server(...)
  ->path(...);

to:

server(...)
  ->env('deploy_path', '...');