Answer the question
In order to leave comments, you need to log in
Can Phing accept values from the command line into its tasks?
For example, if I want Phing to run a development server for me on localhost with port 8080, I could write a task in build.xml:
<target name="server">
<exec command="php -S localhost:8080 -t ."/>
</target>
$ php vendor/bin/phing server
$ Укажите домен и порт на котором вы хотите запустить сервер: [localhost:8080]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question