File tree 3 files changed +36
-20
lines changed
3 files changed +36
-20
lines changed Original file line number Diff line number Diff line change 1
- name : Generate release
1
+ name : Auto Release
2
2
3
3
on :
4
4
push :
5
5
tags :
6
- - ' v* '
6
+ - " v* "
7
7
8
8
jobs :
9
- build :
9
+ release :
10
10
runs-on : ubuntu-latest
11
+
12
+ permissions :
13
+ contents : write
14
+ discussions : write
15
+
11
16
steps :
12
17
- name : Checkout
13
18
uses : actions/checkout@v3
19
+
14
20
- name : Generate release
15
21
uses : softprops/action-gh-release@v1
16
22
env :
21
27
files : |
22
28
dist/*.zip
23
29
dist/*.tar.gz
24
- laravel.plugin.zsh
Original file line number Diff line number Diff line change 1
- Copyright (c) 2023 Bruno Sales <
[email protected] >
1
+ # The MIT License (MIT)
2
+
3
+ Copyright (c)
` 2023-2025 ` ` Bruno Sales <[email protected] > `
2
4
3
5
Permission is hereby granted, free of charge, to any person obtaining a copy
4
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -16,40 +16,49 @@ Plugin for skipping the `php` command when running artisan commands and `./sail`
16
16
17
17
## Installation
18
18
19
- ### Using Oh-My-Zsh
19
+ #### [ oh-my-zsh ] ( https://github.com/ohmyzsh/ohmyzsh )
20
20
21
- ``` bash
22
- git clone https://github.com/baliestri /laravel.plugin.zsh.git $ZSH_CUSTOM /plugins/laravel.plugin.zsh
21
+ ``` shell
22
+ git clone https://github.com/empresslabs /laravel.plugin.zsh.git $ZSH_CUSTOM /plugins/laravel
23
23
```
24
24
25
- ``` bash
25
+ ``` shell
26
26
~ /.zshrc
27
-
28
27
plugins=(... laravel)
29
28
```
30
29
31
- ### Using Zinit
30
+ #### [ zinit ] ( https://github.com/zdharma-continuum/zinit )
32
31
33
- ``` bash
34
- zinit light baliestri /laravel.plugin.zsh
32
+ ``` shell
33
+ zinit light empresslabs /laravel.plugin.zsh
35
34
```
36
35
37
- ### Using Zi
36
+ #### [ zi ] ( https://github.com/z-shell/zi )
38
37
39
- ``` bash
40
- zi light baliestri /laravel.plugin.zsh
38
+ ``` shell
39
+ zi light empresslabs /laravel.plugin.zsh
41
40
```
42
41
43
- ### Using Zgenom
42
+ #### [ zgenom ] ( https://github.com/jandamm/zgenom )
44
43
45
- ``` bash
46
- zgenom load baliestri/laravel.plugin.zsh
44
+ ``` shell
45
+ zgenom load empresslabs/laravel.plugin.zsh
46
+ ```
47
+
48
+ #### [ zplug] ( https://github.com/zplug/zplug )
49
+
50
+ ``` shell
51
+ zplug empresslabs/laravel.plugin.zsh
47
52
```
48
53
49
54
## Usage
50
55
51
56
``` bash
52
- cd /path/to/laravel/project # or laravel subdirectory
57
+ cd /path/to/laravel/project # or subdirectory
53
58
artisan # instead of php artisan
54
59
sail # instead of ./sail or ./vendor/bin/sail
55
60
```
61
+
62
+ ## License
63
+
64
+ This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
You can’t perform that action at this time.
0 commit comments