phalcon-devtools icon indicating copy to clipboard operation
phalcon-devtools copied to clipboard

v5 version

Open lmfmaier opened this issue 2 years ago • 1 comments

Changes/migrations according to https://docs.phalcon.io/5.0/de-de/upgrade

  • Change namespaces in code and templates
  • Remove usages of Phalcon\Text, replace them by Phalcon\Support\Helper
  • Remove Phalcon\Exception, use \Exception instead
  • Replace registerDirs() with setDirectories() in (autoloader) in templates

lmfmaier avatar Mar 10 '23 15:03 lmfmaier

Succesfully created a project and generated a model class from local database table. Successfully ran the generated project skeleton ("You're now flying with Phalcon. Great things are about to happen!") on PHP 8.1 with Phalcon 5.1

lmfmaier avatar Mar 10 '23 15:03 lmfmaier