A vscode extension for ThinkPHP5.
- Follow the template file in project of ThinkPHP5.
- Follow the resource file in the ThinkPHP templates with the output replacement in a file path.
Tip: The workplace must be a standard project of ThinkPHP5.
- PHP >= 5.6
- ThinkPHP >= 5.1
thinkphp5.php
: The php executable path
It can't follow the dynamic template's file which is configured by $this->view->config()
(Refer to 模板引擎).
Initial release of thinkphp5. Just done the very basic functions.
Rewrite the bridge between ts and php environment. It can follow the template file which is used in the action.
Fixed a bug for getting file name from a url with request parameters.
Enjoy!