phalcon-devtools
phalcon-devtools copied to clipboard
Phalcon Developer Tools
I hope the official can add a new command to automatically generate RESTful API
Hello! * Type: new feature * Link to issue: https://github.com/phalcon/phalcon-devtools/issues/1524 **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the...
> Questions should go to https://forum.phalcon.io > Documentation issues should go to https://github.com/phalcon/docs/issues ### Expected and Actual Behavior > **Describe what you are trying to achieve and what goes wrong.**...
### Expected and Actual Behavior > **I created a new project in a subdirectory /var/www/html/ called test with webtools enables, so I can reach the Web Tools via http://192.168.194.135/test/webtools.php/ but...
Hello! * Type: bug fix | new feature | code quality | documentation * Link to issue: **In raising this pull request, I confirm the following (please check boxes):** -...
### Feature Right now we have possibility to use custom scripts via `\Phalcon\DevTools\Script::loadUserScripts()`, but the way it done is outdated and legacy, requires usage of temp folder `.phalcon` ``` if...
Check that phalcon-devtools works with sqlite (create project...).
The goal is to test phalcon-devtools with Windows - GitHub Actions.
> **At this point, the project skeleton is deployed to the folder with the specified name. But if you try to install it into the current or existing folder (even...
Some users are running Phalcon from a subdirectory. For example '/store/' will show the index. Can yo add some tests and make sure this is possible? These test should give...