We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2143d1 commit de42b75Copy full SHA for de42b75
README.md
@@ -9,3 +9,25 @@
9
</p>
10
11
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
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