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
This adds `label` and `description` columns to the permissions, roles, and capabilities tables. These columns are useful for displaying human-readable names in admin UIs, regardless of whether you use code-first definitions.
1100
+
This adds `label` and `description` columns to the permissions, roles, and capabilities tables. These columns are useful
1101
+
for displaying human-readable names in admin UIs, regardless of whether you use code-first definitions.
1101
1102
1102
1103
### Generator Commands
1103
1104
@@ -1128,7 +1129,8 @@ Generate TypeScript types for frontend type safety. The command automatically me
1128
1129
-**Code-first definitions** — PHP classes with attributes (if enabled)
1129
1130
-**Database records** — Permissions, roles, and capabilities from the database
1130
1131
1131
-
This allows you to define permissions in code (tied to features) while managing roles in the database (business-defined).
1132
+
This allows you to define permissions in code (tied to features) while managing roles in the database (
1133
+
business-defined).
1132
1134
1133
1135
```bash
1134
1136
# Generate to configured location (default: resources/js/types/mandate.ts)
0 commit comments