Skip to content

Commit 3699674

Browse files
committed
Merge branch 'release/v2023.02.04'
2 parents 99f7cdf + bc8e7ae commit 3699674

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

.github/assets/preview.gif

928 KB
Loading

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,48 @@
88
</a>
99
</p>
1010

11-
Plugin for skiping the `php` command when running artisan commands and `./sail` or `./vendor/bin/sail` when running sail commands.
11+
Plugin for skipping the `php` command when running artisan commands and `./sail` or `./vendor/bin/sail` when running sail commands.
12+
13+
## Preview
14+
15+
![](.github/assets/preview.gif)
1216

1317
## Installation
1418

19+
### Using Oh-My-Zsh
20+
1521
```bash
16-
# Using oh-my-zsh
1722
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.
23+
```
24+
25+
```bash
26+
~/.zshrc
27+
28+
plugins=(... laravel)
29+
```
30+
31+
### Using Zinit
1932

20-
# Using zinit
33+
```bash
2134
zinit light baliestri/laravel.plugin.zsh
35+
```
2236

23-
# Using zi
37+
### Using Zi
38+
39+
```bash
2440
zi light baliestri/laravel.plugin.zsh
2541
```
2642

43+
### Using Zgenom
44+
45+
```bash
46+
zgenom load baliestri/laravel.plugin.zsh
47+
```
48+
2749
## Usage
2850

2951
```bash
30-
cd /path/to/laravel/project # laravel subdirectory
52+
cd /path/to/laravel/project # or laravel subdirectory
3153
artisan # instead of php artisan
3254
sail # instead of ./sail or ./vendor/bin/sail
3355
```

0 commit comments

Comments
 (0)