8000 Merge branch 'main' of https://github.com/cleaniquecoders/laravel-db-doc · cleaniquecoders/laravel-db-doc@fb44bd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb44bd0

Browse files
committed
2 parents 3b945f5 + cfe44f0 commit fb44bd0

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.1.0
16+
uses: dependabot/fetch-metadata@v2.3.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

.github/workflows/fix-styling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.head_ref }}
1717

1818
- name: Fix PHP code style issues
19-
uses: aglipanci/laravel-pint-action@2.4
19+
uses: aglipanci/laravel-pint-action@2.5
2020

2121
- name: Commit changes
2222
uses: stefanzweifel/git-auto-commit-action@v4

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-db-doc` will be documented in this file.
44

5+
## 1.4.2 - 2024-05-26
6+
7+
**Full Changelog**: 8000 https://github.com/cleaniquecoders/laravel-db-doc/compare/1.4.1...1.4.2
8+
59
## 1.4.1 - 2024-05-26
610

711
### What's 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)
0