Skip to content

Commit 51c2696

Browse files
committed
Move documentation outside of src folder
1 parent d6b0491 commit 51c2696

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ and if you are using Laravel, I highly recommend using the original package. ins
6969
- That's it!
7070

7171
### Installation
72+
73+
You can install the package via composer:
74+
75+
```bash
76+
composer require nuxtifyts/php-dto
77+
```
File renamed without changes.
File renamed without changes.

src/Docs/Quickstart.md renamed to docs/Quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Quickstart
33

44
In this quickstart guide, you will learn the most basic usage of this package.
55

6-
First, you should [install](#) the package using composer:
6+
First, you should [install](https://github.com/nuxtifyts/php-dto?tab=readme-ov-file#installation) the package using composer:
77

88
We will create a Todo application, where we need to manage a list of TODOs. so we can start
99
with creating a `Todo` data class.
@@ -76,6 +76,6 @@ Conclusion
7676
This is the most basic usage of this package, more details on how to use the package
7777
can be found here:
7878

79-
- [Supported Types](#)
80-
- [Normalizers](#)
79+
- [Supported Types](https://github.com/nuxtifyts/php-dto/blob/main/src/Docs/SupportedTypes.md)
80+
- [Normalizers](https://github.com/nuxtifyts/php-dto/blob/main/src/Docs/Normalizers.md)
8181
- [Property Attributes (TBD)](#)
File renamed without changes.

0 commit comments

Comments
 (0)