@@ -33,11 +33,11 @@ Laravel Arc is a powerful Laravel package that simplifies Data Transfer Object (
3333** β‘οΈ [ Visit the Wiki for complete documentation, examples, and guides] ( https://github.com/Grazulex/laravel-arc/wiki ) **
3434
3535The wiki contains:
36- - ** [ Getting Started Guide] ( https://github.com/Grazulex/laravel-arc/wiki/Getting-Started ) **
37- - ** [ Field Types & Transformers] ( https://github.com/Grazulex/laravel-arc/wiki/Field-Types ) **
38- - ** [ Advanced Features] ( https://github.com/Grazulex/laravel-arc/wiki/Advanced-Features ) **
39- - ** [ API Reference] ( https://github.com/Grazulex/laravel-arc/wiki/API-Reference ) **
40- - ** [ Examples & Recipes] ( https://github.com/Grazulex/laravel-arc/wiki/Examples ) **
36+ - ** [ Getting Started Guide] ( https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED ) **
37+ - ** [ Field Types & Transformers] ( https://github.com/Grazulex/laravel-arc/wiki/FIELD_TYPES ) **
38+ - ** [ Advanced Features] ( https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE ) **
39+ - ** [ API Reference] ( https://github.com/Grazulex/laravel-arc/wiki/CLI_COMMANDS ) **
40+ - ** [ Examples & Recipes] ( https://github.com/Grazulex/laravel-arc/wiki/examples/README ) **
4141
4242## π¦ Quick Installation
4343
@@ -70,9 +70,9 @@ echo $userDto->toJson(); // JSON representation
7070## π Learn More
7171
7272- ** [ π Complete Documentation] ( https://github.com/Grazulex/laravel-arc/wiki ) ** - Full guides and API reference
73- - ** [ π Getting Started] ( https://github.com/Grazulex/laravel-arc/wiki/Getting-Started ) ** - Installation and first steps
74- - ** [ π‘ Examples] ( https://github.com/Grazulex/laravel-arc/wiki/Examples ) ** - Real-world usage examples
75- - ** [ π§ Advanced Features] ( https://github.com/Grazulex/laravel-arc/wiki/Advanced-Features ) ** - Transformers, traits, and more
73+ - ** [ π Getting Started] ( https://github.com/Grazulex/laravel-arc/wiki/GETTING_STARTED ) ** - Installation and first steps
74+ - ** [ π‘ Examples] ( https://github.com/Grazulex/laravel-arc/wiki/examples/README ) ** - Real-world usage examples
75+ - ** [ π§ Advanced Features] ( https://github.com/Grazulex/laravel-arc/wiki/ADVANCED_USAGE ) ** - Transformers, traits, and more
7676
7777## π§ Requirements
7878
0 commit comments