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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This will create a template for **controller**, **service** and **model (with pr
26
26
27
27
If connection is not the default one, it can be specified in the command option.
28
28
29
-
If table is not the snake cased resourceName, then it can be specified in the table option.
29
+
If table is not the snake cased resourceName, then it can be specified in the table option. It is advised to have the table migrated in DB already.
30
30
31
31
Run just **php artisan make:api-resource** or **php artisan make:api-resource --decorated** for interactive mode that will try to guess the tableName and use default connectionName.
0 commit comments