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 will create a template for **controller**, **service** and **model** (optionally, with the --decorated flag it will create also a **decorator** and **middleware**) and will print instructions on what is left to be done manually.
25
+
This will create a template for **controller**, **service** and **model (with prepopulated fillable from DB)** (optionally, with the --decorated flag it will create also a **decorator** and **middleware**) and will print instructions on what is left to be done manually.
26
+
If connection is not the default one, it can be specified in the command argument.
27
+
If table is not the plural snake cased resourceName, then it can be specified in the table argument.
28
+
Run just **php artisan make:api-resource** for interactive mode that will try to guess the tableName and use default connectionName (except --decorated).
0 commit comments