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 a459e76 commit c960454Copy full SHA for c960454
Readme.md
@@ -49,10 +49,10 @@ List of artisan commands:
49
50
Example 1. Create new Entity for a table named 'users'.
51
```bash
52
-php artisan command:make-entity users
+php artisan repository:make-entity users
53
```
54
55
Example 2. Create all necessary classes for two tables named 'users' and 'customers' with enabled foreign key option.
56
57
-php artisan command:make-all-repository users customers -k
+php artisan repository:make-all users customers -k
58
0 commit comments