CLI, Migrations, Phalcon

Phalcon: Web DevTools

Phalcon Web DevTools
Phalcon Web DevTools

Enable Phalcon Web DevTools via Phalcon CLI

  1. When create new project: phalcon project [project-name] --enable-webtools
  2. When we have existing project: phalcon webtools --action=enable

Access it on your browser: http://domain/phalcon-app/webtools.php

Few things to take note:

  1. Make sure your config.php exist in one of the following directory:
    • [project-name]/config
    • [project-name]/app/config
    • [project-name]/apps/frontend/config
  2. Create an app/migrations in [project-name]/public folder.

p/s: Please ensure to have .phalcon folder in each project, else Phalcon won’t recognize the app is built with Phalcon.

Leave a Reply

Your email address will not be published. Required fields are marked *

two × four =