dsl-compiler-client
dsl-compiler-client copied to clipboard
How to use Generated Php
I have run java -jar dsl-clc.jar target=php_client dsl=dsl and its generated Generated-PHP folder. Could you give me example how to use it? and i tried java -jar dsl-clc.jar target=php_ui dsl=dsl but i got this error : Can't create temporary target file. Compilation results can't be saved locally. Not a directory
The second thing looks like a bug due to missing extensions :( If you add log to the commands you will see more info in the console
As for how to use PHP I know of https://github.com/ngs-doo/dsl-php-tutorial and although it's little out-dated... it should get people started.
@nutrija do we have any more up-to-date tutorial which uses local server installation?
I've fixed the extension issue on the client... it will be available in next build.
@melezov do we have somewhere dead simple instructions on how to use PHP? Without any PHP framework, just consuming the model and connecting to Revenj?