Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored May 26, 2024
1 parent ed38541 commit 8eae35b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc
Add the following in your route file:

```php
use CleaniqueCoders\LaravelMediaSecure\LaravelDbDoc;
use CleaniqueCoders\LaravelDbDoc\LaravelDbDoc;

LaravelDbDoc::routes();
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="laravel-db-doc-migrations"
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-db-doc-config"
php artisan vendor:publish --tag="db-doc-config"
```

Optionally, you can publish the views using
Expand Down

0 comments on commit 8eae35b

Please sign in to comment.