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
Add Laravel 11.x/12.x skills and commands reflecting stable patterns. Include focused docs, intersection summaries, and updated caching guidance with tags and locks. De-duplicate overlapping subagents and streamline workflows.
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,23 @@ Skills live in `skills/` and are designed for everyday Laravel work. Core exampl
110
110
111
111
This fork focuses on Laravel skills and removes overlapping generic skills so it can be used independently without conflicts. It is also compatible with the base Superpowers plugin if you choose to install both. Use the Laravel‑specific commands here, or continue using the base plugin’s generic workflows.
112
112
113
+
#### Docs Intersection (Laravel 11.x + 12.x)
114
+
115
+
We added a focused set of skills that reflect patterns stable across both 11.x and 12.x:
116
+
117
+
- Form Requests & Validation (`laravel:form-requests`)
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Laravel Superpowers — Release Notes
2
2
3
+
## v0.1.2 (2025-11-04)
4
+
5
+
Docs sweep across Laravel 11.x and 12.x, with new skills matching the intersection of stable patterns. Also consolidated duplicates and kept commands thin.
6
+
7
+
### Added (Skills)
8
+
9
+
- Form Requests & Validation (`laravel:form-requests`)
0 commit comments