We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0678015 commit 1abfd34Copy full SHA for 1abfd34
README.md
@@ -24,7 +24,7 @@ class Product extends Model
24
}
25
```
26
27
-Laravel TypeScript will generate the following namespaced TypeScript interface:
+Laravel TypeScript will generate the following TypeScript interface:
28
29
```typescript
30
declare namespace App.Models {
@@ -42,6 +42,12 @@ declare namespace App.Models {
42
43
44
45
+**Laravel TypeScript** supports:
46
+- [x] Database columns
47
+- [x] Model relations
48
+- [x] Model accessors
49
+- [ ] Casted attributes
50
+
51
## Installation
52
53
**Laravel 8 and PHP 8 are required.**
0 commit comments