Skip to content

Commit b9cb845

Browse files
committed
Update README
1 parent d93ce52 commit b9cb845

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# blueprint
2-
A new open-source tool being developed to provide rapidly generate multiple Laravel components using a expressive, human readable syntax.
1+
# Blueprint
2+
A new open-source tool to rapidly generate multiple Laravel components using an expressive, human readable syntax.
3+
4+
Follow along with the development of Blueprint by [watching live streams](https://www.youtube.com/playlist?list=PLmwAMIdrAmK5q0c0JUqzW3u9tb0AqW95w) or [reviewing issues](https://github.com/laravel-shift/blueprint/issues).
35

46
---
57

68
**Example Syntax**
79
```yaml
810
models:
911
Post:
10-
id
11-
title: string
12+
title: string:400
1213
content: bigtext
1314
published_at: nullable timestamp
14-
timestamps
1515

1616
controllers:
1717
PostController:
@@ -22,7 +22,7 @@ controllers:
2222
store:
2323
validate: title, content
2424
save: post
25-
send: ReviewNotifcation to post.author
25+
send: ReviewNotification to post.author
2626
queue: SyncMedia
2727
flash: post.title
2828
redirect: post.index
@@ -37,4 +37,3 @@ controllers:
3737
- Mailable
3838
- Job
3939
- View (stub)
40-

0 commit comments

Comments
 (0)