@@ -69,11 +69,12 @@ fields:
6969**β‘οΈ [Visit the Wiki for complete documentation, examples, and guides](https://github.com/Grazulex/laravel-arc/wiki)**
7070
7171The 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