Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.2 KB

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.

Instructions

  1. 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>
  1. Select the container running Laravel (artisan) in the first combobox.
  2. 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.
  3. Optionally add additional arguments in the textbox.
  4. Press "RUN" and enjoy.

Screenshot

The binary (.exe) can be downloaded here: https://github.com/thomasmoors/DockerArtisan/releases/download/v1.0.1/DockerArtisan.zip