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
Copy file name to clipboardExpand all lines: README.md
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# A collection of useful Laravel traits!
1
+
# A collection of useful Laravel additions!
2
2
3
-
[](https://packagist.org/packages/laracraft-tech/laravel-useful-traits)
[](https://packagist.org/packages/laracraft-tech/laravel-useful-traits)
The following traits are provided in the `LaracraftTech`-namespace:
37
-
38
36
### UsefulEnums
39
37
40
38
---
@@ -43,7 +41,7 @@ The following traits are provided in the `LaracraftTech`-namespace:
43
41
This could be very handy if you like to **loop** over all of your **enum** types, or you maybe want to use the enum as an array, for instance in a migration.
44
42
45
43
```php
46
-
use LaracraftTech\LaravelUsefulTraits\UsefulEnums;
44
+
use LaracraftTech\LaravelUsefulAdditions\UsefulEnums;
0 commit comments