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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,14 @@ Syntax:
123
123
124
124
--only-resource : Set this flag if you want to create only resource.
125
125
126
+
--only-nova-resource : Set this flag if you want to create only nova resource.
127
+
128
+
--only-nova-tests : Set this flag if you want to create only nova resource tests.
129
+
130
+
--resource-name[=RESOURCE-NAME] : Override the default (App\\Nova\\ModelResource) Nova resource name. Used only with --only-nova-tests.
131
+
132
+
please, use flag variable with double screening and double quotes without Nova directory, for example --resource-name="Resources\\Banner\\BannerResource"
133
+
126
134
#### Mode combination options
127
135
128
136
--only-entity : Generate stack of classes to work with entity inside the app (Migration/Model/Service/Repository)
0 commit comments