We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b3a90 commit a459e76Copy full SHA for a459e76
Readme.md
@@ -36,7 +36,7 @@ List of artisan commands:
36
| `repository:make-factory` | table_name | -f, -d, -g | Create new Factory |
37
| `repository:make-resource` | table_name | -f, -d, -k, -g | Create new Resource |
38
| `repository:make-interface-repository` | table_name | -f, -d, -k, -g | Create new Repository Interface |
39
-| `repository:make-repository` | table_name | -f, -d, -g | Create new Base Repository |
+| `repository:make-repository` | table_name | -f, -d, -k, -g | Create new Base Repository |
40
| `repository:make-mysql-repository` | table_name | -f, -d, -k, -g | Create new MySql Repository class |
41
| `repository:make-redis-repository` | table_name | -f, -d, -k, -g | Create new Redis Repository class |
42
| `repository:make-all` | table_names | -f, -d, -k, -g | Run all of the above commands |
0 commit comments