You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,14 +87,12 @@ _For more details about package and it's inner workings check out [STRUCTURE.md]
87
87
88
88
## Getting Started
89
89
90
-
Simply install the package via Composer, and you're ready to take the pain out of regex in your PHP/Laravel applications. Follow our quick start guide below to dive in.
90
+
Simply install the package via Composer, and you're ready to take the pain out of regex in your PHP/Laravel applications. Run for installation:
91
91
92
92
```bash
93
93
composer require maestroerror/eloquent-regex
94
94
```
95
95
96
-
Later, here will be added our quick start guide.
97
-
98
96
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.
99
97
100
98
# Basic Usage
@@ -127,7 +125,7 @@ Let's break it down:
127
125
EloquentRegex::source($yourString);
128
126
```
129
127
130
-
-**_Pattern_** Could be method for one of the ready-to-use patterns or your custom pattern (we will talk about custom pattern later). Let's keep the example simple and add url pattern:
128
+
-**_Pattern_** Could be method for one of the ready-to-use patterns or your custom pattern (we will talk about custom patterns later). Let's keep the example simple and add url pattern:
0 commit comments