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 6a74b91 commit eb3eff8Copy full SHA for eb3eff8
Readme.md
@@ -1,4 +1,4 @@
1
-# Database Repository
+# Database Repository / PHP Repository / Laravel Repository
2
3
## Installation
4
Use following command to add this package to composer development requirement.
@@ -55,4 +55,4 @@ php artisan command:make-entity users
55
Example 2. Create all necessary classes for two tables named 'users' and 'customers' with enabled foreign key option.
56
```bash
57
php artisan command:make-all-repository users customers -k
58
-```
+```
0 commit comments