We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
If you are a user of zsh
and you want to make it easier to use artisan
commands, then just install the zsh-artisan
plugin.
This plugin adds an artisan
shell command with the following features:
- It will find and execute
artisan
from anywhere within the project file tree (and you don't need to prefix it withphp
or./
) - It provides auto-completion for
artisan
commands (that also work anywhere within the project). - You can specify an editor to automatically open new files created by
artisan make:*
commands - It automatically runs
artisan
commands usingsail
when appropriate. - It will run commands using
docker compose
(ordocker-compose
) if a known container name is found.
Installation instructions can be found here.
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.