You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin adds some useful aliases for sail commands to the zsh shell.
It will auto-discover sail executable and you can run its aliases from any Project Directory.
It provides auto-completion for artisan and composer commands when you use sail.
It also have s cinit alias for installing composer Dependencies and s ninit for installing npm Dependencies on your project, when sail is not installed.
Installation
you must install oh my zsh + git to use this plugin
after installing git and Oh My Zsh run command below
(OPTIONAL) add ZSH_SAIL_FALLBACK_TO_LOCAL=true into your ~/.zshrc if you want to use the local installed tools on projects that won't have sail installed.
Usage
Pre Sail Installation Commands
Alias
Description
s cinit 80
run composer install --ignore-platform-reqs using php version 8.0 - default php version is 8.3
s ninit 16
run npm install using node 16 - default node version is 20