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
* Create new sequence rule. It needs to be done only once.
@@ -60,7 +60,7 @@ $sequence->increment();
60
60
61
61
## Reset Frequencies
62
62
63
-
Sequences supports three most commonly used reset frequencies. `\NGT\Laravel\Sequence\Enums\ResetFrequency` class should be used when creating new sequence rule.
63
+
Sequences supports three most commonly used reset frequencies. `\Guava\Sequence\Enums\ResetFrequency` class should be used when creating new sequence rule.
64
64
65
65
*`ResetFrequency::YEARLY` - resets ordinal number at the beginning of new year
66
66
*`ResetFrequency::MONTHLY` - resets ordinal number at the beginning of new month
@@ -76,4 +76,9 @@ Sequences supports three most commonly used reset frequencies. `\NGT\Laravel\Seq
76
76
|`{year}`| full year of passed date | 2021 |
77
77
|`{day_short}`| day of passed date without leading zero | 5 |
78
78
|`{month_short}`| month of passed date without leading zero | 3 |
79
-
|`{year_short}`| short year of passed date | 21 |
79
+
|`{year_short}`| short year of passed date | 21 |
80
+
81
+
## Credits
82
+
This package is a fork of [nextgen-tech/laravel-sequence](https://github.com/nextgen-tech/laravel-sequence)
83
+
84
+
- Credits to the original author [Krzysztof Grabania](https://github.com/Dartui)
0 commit comments