Execute artisan commands inside your docker container through a GUI Windows only
Now you no longer have to type those commands exacly the right way. This package was born because it is easy to make typo's and Windows does not have autocomplete for whatever you want to execute in the container.
- edit App.config to set the path key to math the Laravel path in your machine.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="path" value="/var/www/html/"/>
<add key="pathDetected" value="false"/>
</appSettings>
</configuration>
- Select the container running Laravel (artisan) in the first combobox.
- Select the command you wish to execute in the second combobox. You should see the description of the command appear at the top of the window.
- Optionally add additional arguments in the textbox.
- Press "RUN" and enjoy.
The binary (.exe) can be downloaded here: https://github.com/thomasmoors/DockerArtisan/releases/download/v1.0.1/DockerArtisan.zip