Skip to content

Commit 1abfd34

Browse files
committed
wip
1 parent 0678015 commit 1abfd34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Product extends Model
2424
}
2525
```
2626

27-
Laravel TypeScript will generate the following namespaced TypeScript interface:
27+
Laravel TypeScript will generate the following TypeScript interface:
2828

2929
```typescript
3030
declare namespace App.Models {
@@ -42,6 +42,12 @@ declare namespace App.Models {
4242
}
4343
```
4444

45+
**Laravel TypeScript** supports:
46+
- [x] Database columns
47+
- [x] Model relations
48+
- [x] Model accessors
49+
- [ ] Casted attributes
50+
4551
## Installation
4652

4753
**Laravel 8 and PHP 8 are required.**

0 commit comments

Comments
 (0)