Skip to content

Commit de42b75

Browse files
committed
chore: update README.md
1 parent d2143d1 commit de42b75

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,25 @@
99
</p>
1010

1111
Plugin for skiping the `php` command when running artisan commands and `./sail` or `./vendor/bin/sail` when running sail commands.
12+
13+
## Installation
14+
15+
```bash
16+
# Using oh-my-zsh
17+
git clone https://github.com/baliestri/laravel.plugin.zsh.git $ZSH_CUSTOM/plugins/laravel.plugin.zsh
18+
# Add laravel to the plugins array in your zshrc file.
19+
20+
# Using zinit
21+
zinit light baliestri/laravel.plugin.zsh
22+
23+
# Using zi
24+
zi light baliestri/laravel.plugin.zsh
25+
```
26+
27+
## Usage
28+
29+
```bash
30+
cd /path/to/laravel/project # laravel subdirectory
31+
artisan # instead of php artisan
32+
sail # instead of ./sail or ./vendor/bin/sail
33+
```

0 commit comments

Comments
 (0)