Skip to content

Commit a0a0908

Browse files
committed
updates package name in README.md
1 parent 98d5050 commit a0a0908

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![Laravel One-Time Operations](https://user-images.githubusercontent.com/65356688/224445279-9526bda2-ba1f-4add-8897-92fa80dd5973.jpg)
2-
# Laravel One-Time Operations
1+
![One-Time Operations for Laravel](https://user-images.githubusercontent.com/65356688/225704995-ec7f54fb-a5b8-4d73-898f-2ebeed9ee733.jpg)
2+
# One-Time Operations for Laravel
33

44
Run operations once after deployment - just like you do it with migrations!
55

66
-----
77

8-
**Take your CI/CD to the next Level with Laravel One-Time Operations**! 🚀
8+
**Take your CI/CD to the next Level with One-Time Operations for Laravel**! 🚀
99

1010
Create specific classes for a one-time usage, that can be executed automatically after each deployment.
1111
Same as migrations they get processed once and then never again. Perfect for seeding or updating some data instantly after
@@ -106,9 +106,9 @@ Make changes as you like.
106106

107107
### Create One-Time Operation files
108108

109-
![Laravel One-Time Operations - Create One-Time Operation files](https://user-images.githubusercontent.com/65356688/224433928-721b1261-b7ad-40c6-a512-d0f5b5fa0cbf.png)
109+
![One-Time Operations for Laravel - Create One-Time Operation files](https://user-images.githubusercontent.com/65356688/224433928-721b1261-b7ad-40c6-a512-d0f5b5fa0cbf.png)
110110

111-
![Laravel One-Time Operations - Create One-Time Operation files](https://user-images.githubusercontent.com/65356688/224433323-96b23e84-e22e-4333-8749-ae61cc866cd1.png)
111+
![One-Time Operations for Laravel - Create One-Time Operation files](https://user-images.githubusercontent.com/65356688/224433323-96b23e84-e22e-4333-8749-ae61cc866cd1.png)
112112

113113
To create a new operation file execute the following command:
114114

@@ -161,7 +161,7 @@ _(this is only recommended for small operations, since the processing of these o
161161

162162
### Processing the operations
163163

164-
![Laravel One-Time Operations - Processing the operations](https://user-images.githubusercontent.com/65356688/224434129-43082402-6077-4043-8e97-c44786e60a59.png)
164+
![One-Time Operations for Laravel - Processing the operations](https://user-images.githubusercontent.com/65356688/224434129-43082402-6077-4043-8e97-c44786e60a59.png)
165165

166166
Use the following call to process all new operation files.
167167

@@ -194,7 +194,7 @@ since an error in your operation could make your whole deployment fail.
194194

195195
### Re-run an operation
196196

197-
![Laravel One-Time Operations - Re-run an operation manually](https://user-images.githubusercontent.com/65356688/224440344-3d095730-12c3-4a2c-b4c3-42a8b6d60767.png)
197+
![One-Time Operations for Laravel - Re-run an operation manually](https://user-images.githubusercontent.com/65356688/224440344-3d095730-12c3-4a2c-b4c3-42a8b6d60767.png)
198198

199199
If something went wrong (or if you just feel like it), you can process an operation again by providing the **name of the operation** as parameter in `operations:process`.
200200

@@ -212,7 +212,7 @@ php artisan operations:process --test
212212

213213
### Showing all operations
214214

215-
![Laravel One-Time Operations - Showing all operations](https://user-images.githubusercontent.com/65356688/224432952-49009531-8946-4d19-8cee-70ca12605038.png)
215+
![One-Time Operations for Laravel - Showing all operations](https://user-images.githubusercontent.com/65356688/224432952-49009531-8946-4d19-8cee-70ca12605038.png)
216216

217217
So you don't have to check the database or the directory for the existing operations,
218218
you can show a list with `operations:show`.
@@ -245,5 +245,5 @@ composer test
245245

246246
Copyright © Timo Körber | [www.timokoerber.com](https://www.timokoerber.com)
247247

248-
Laravel One-Time Operations is open-sourced software licensed under the [MIT license](LICENSE).
248+
"One-Time Operations for Laravel" is open-sourced software licensed under the [MIT license](LICENSE).
249249

0 commit comments

Comments
 (0)