You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ A new open-source tool to rapidly generate multiple Laravel components using an
3
3
4
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).
5
5
6
+
_**v0.1 Tagged**: A beta release of Blueprint is now available which supports generating components using `models` definitions._
7
+
6
8
---
7
9
8
10
**Example Syntax**
@@ -37,3 +39,7 @@ controllers:
37
39
- Mailable
38
40
- Job
39
41
- View (stub)
42
+
43
+
44
+
## Contributing
45
+
Contributions should be submitted to the `master` branch. Any submissions should be complete with tests and adhere to the [PSR-2 code style](). You may also contribute by [opening an issue](https://github.com/laravel-shift/blueprint/issues).
0 commit comments