Skip to content

Commit 4829b94

Browse files
authored
Merge pull request #133 from Grazulex/update-readme
docs: Update README with new wiki links and improved structure
2 parents ae824c2 + 0c02353 commit 4829b94

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,12 @@ fields:
6969
**➑️ [Visit the Wiki for complete documentation, examples, and guides](https://github.com/Grazulex/laravel-arc/wiki)**
7070

7171
The wiki contains:
72-
- **[Getting Started Guide](https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED)**
73-
- **[Field Types & Transformers](https://github.com/Grazulex/laravel-arc/wiki/FIELD_TYPES)**
74-
- **[Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE)**
75-
- **[API Reference](https://github.com/Grazulex/laravel-arc/wiki/CLI_COMMANDS)**
76-
- **[Examples & Recipes](https://github.com/Grazulex/laravel-arc/wiki/examples/README)**
72+
- **[Installation & Setup](https://github.com/Grazulex/laravel-arc/wiki/Installation-Setup)**
73+
- **[Your First DTO](https://github.com/Grazulex/laravel-arc/wiki/Your-First-DTO)**
74+
- **[Field Types](https://github.com/Grazulex/laravel-arc/wiki/Field-Types)**
75+
- **[Field Transformers](https://github.com/Grazulex/laravel-arc/wiki/Field-Transformers)**
76+
- **[Artisan Commands](https://github.com/Grazulex/laravel-arc/wiki/Artisan-Commands)**
77+
- **[Complete Examples](https://github.com/Grazulex/laravel-arc/wiki/Complete-Examples)**
7778

7879
## πŸ“¦ Quick Installation
7980

@@ -121,9 +122,9 @@ This applies to rules like: `"exists:table,column"`, `"unique:table,column"`, `"
121122
## πŸ“– Learn More
122123

123124
- **[πŸ“š Complete Documentation](https://github.com/Grazulex/laravel-arc/wiki)** - Full guides and API reference
124-
- **[πŸš€ Getting Started](https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED)** - Installation and first steps
125-
- **[πŸ’‘ Examples](https://github.com/Grazulex/laravel-arc/wiki/examples/README)** - Real-world usage examples
126-
- **[πŸ”§ Advanced Features](https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE)** - Transformers, traits, and more
125+
- **[πŸš€ Installation & Setup](https://github.com/Grazulex/laravel-arc/wiki/Installation-Setup)** - Installation and first steps
126+
- **[πŸ’‘ Complete Examples](https://github.com/Grazulex/laravel-arc/wiki/Complete-Examples)** - Real-world usage examples
127+
- **[πŸ”§ Behavioral Traits](https://github.com/Grazulex/laravel-arc/wiki/Behavioral-Traits)** - Advanced features and traits
127128

128129
## πŸ”§ Requirements
129130

0 commit comments

Comments
Β (0)