Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 494 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 494 Bytes

artisan-completion

laravel artisan completion for zsh

can complete subcommands, common options, subcommand options, some option values.

Installations

Using zplug

# before zplug load
zplug "stedolan/jq", \
    from:gh-r, \
    as:command, \
    rename-to:jq

zplug "magai/artisan-completion", \
    on:"stedolan/jq"

# ...

# after compinit
compdef -d php
compdef _artisan php
zstyle ':completion::*:php:*' use-cache true

Dependencies

  • jq
  • openssl

License

GPLv3