Executable Application could look like this:
- Store a "ct.bat" file with, that executes a command and opens the browsers url
@ECHO OFF
php ct.phar app:start
start http://localhost:8080
- The
app:start-Command starts a Webserver with a GUI
This GUI must be able to
- run setup
- run template commands / import template command
- (nice to have): run all commands and print console output somewhere
Maybe this is out of scope and should be a seperat project.
Executable Application could look like this:
app:start-Command starts a Webserver with a GUIThis GUI must be able to
Maybe this is out of scope and should be a seperat project.