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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ We recommend prefixing layout names you plan on using with the data API so that
36
36
37
37
By default, Laravel looks for pluralized versions of each of the tables. If you are also using a layout name prefix your layout names, your layout names would need to be:
38
38
*`web_users`
39
-
*`web_passwordresets`
40
-
*`web_personalaccesstokens`
39
+
*`web_password_resets`
40
+
*`web_personal_access_tokens`
41
41
42
42
The example `Jetstream-FileMaker.fmp12` file has these prepared as a demonstration, so you can always look at that for reference.
0 commit comments