You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Generate Database Schema Documentation
2
2
3
-
[](https://packagist.org/packages/bekwoh/laravel-db-doc)
[](https://packagist.org/packages/cleaniquecoders/laravel-db-doc)
A package to provide you easy way to generate Markdown / JSON format of database schema. Viewable in non-production environment at your `http://domain.com/doc/db-schema`.
9
9
@@ -16,13 +16,13 @@ A package to provide you easy way to generate Markdown / JSON format of database
16
16
You can install the package via composer:
17
17
18
18
```bash
19
-
composer require bekwoh/laravel-db-doc
19
+
composer require cleaniquecoders/laravel-db-doc
20
20
```
21
21
22
22
Add the following in your route file:
23
23
24
24
```php
25
-
use Bekwoh\LaravelMediaSecure\LaravelDbDoc;
25
+
use CleaniqueCoders\LaravelMediaSecure\LaravelDbDoc;
0 commit comments