Skip to content

Commit c9b6a0e

Browse files
committed
Added quick start guide to the docs
1 parent 8df99ab commit c9b6a0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ composer require maestroerror/eloquent-regex
107107

108108
Remember, regex doesn't have to be a source of frustration. With EloquentRegex, you're on your way to becoming a regex master, all while writing cleaner, more maintainable Laravel code.
109109

110+
Need to get started with custom patterns quickly? Checkout out this [guide](https://medium.com/@revaz.gh/get-started-with-eloquentregex-2341fef3d0ab)!
111+
110112
# Basic Usage
111113

112114
EloquentRegex simplifies regular expressions in Laravel, making it easy to validate data, search text, and extract information. This section introduces the basic usage of EloquentRegex, including leveraging ready-to-use patterns and creating custom patterns.
@@ -1186,7 +1188,7 @@ To stay updated, follow the GitHub repository for the latest changes, releases,
11861188
- Create some tool for debuging the Options
11871189

11881190
- Write documentation:
1189-
- Create quick start guide and add in Docs.
1191+
- Create quick start guide and add in Docs. +
11901192
- Add builderPattern methods list MD file and link from the Docs.
11911193
- Add options debuging section in docs
11921194

0 commit comments

Comments
 (0)