Skip to content

Commit 8eae35b

Browse files
authored
Update README.md
1 parent ed38541 commit 8eae35b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc
2222
Add the following in your route file:
2323

2424
```php
25-
use CleaniqueCoders\LaravelMediaSecure\LaravelDbDoc;
25+
use CleaniqueCoders\LaravelDbDoc\LaravelDbDoc;
2626

2727
LaravelDbDoc::routes();
2828
```
2929

30-
You can publish and run the migrations with:
31-
32-
```bash
33-
php artisan vendor:publish --tag="laravel-db-doc-migrations"
34-
```
35-
3630
You can publish the config file with:
3731

3832
```bash
39-
php artisan vendor:publish --tag="laravel-db-doc-config"
33+
php artisan vendor:publish --tag="db-doc-config"
4034
```
4135

4236
Optionally, you can publish the views using

0 commit comments

Comments
 (0)