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 ed38541 commit 8eae35bCopy full SHA for 8eae35b
README.md
@@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc
22
Add the following in your route file:
23
24
```php
25
-use CleaniqueCoders\LaravelMediaSecure\LaravelDbDoc;
+use CleaniqueCoders\LaravelDbDoc\LaravelDbDoc;
26
27
LaravelDbDoc::routes();
28
```
29
30
-You can publish and run the migrations with:
31
-
32
-```bash
33
-php artisan vendor:publish --tag="laravel-db-doc-migrations"
34
-```
35
36
You can publish the config file with:
37
38
```bash
39
-php artisan vendor:publish --tag="laravel-db-doc-config"
+php artisan vendor:publish --tag="db-doc-config"
40
41
42
Optionally, you can publish the views using
0 commit comments