Skip to content

Execute Laravel's artisan commands inside your docker container through a GUI

Notifications You must be signed in to change notification settings

thomasmoors/DockerArtisan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Execute Laravel's artisan commands inside your docker container through a GUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages