File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- name : Dependabot metadata
15
15
id : metadata
16
- uses : dependabot/fetch-metadata@v2.1 .0
16
+ uses : dependabot/fetch-metadata@v2.3 .0
17
17
with :
18
18
github-token : " ${{ secrets.GITHUB_TOKEN }}"
19
19
Original file line number Diff line number Diff line change 16
16
ref : ${{ github.head_ref }}
17
17
18
18
- name : Fix PHP code style issues
19
- uses : aglipanci/laravel-pint-action@2.4
19
+ uses : aglipanci/laravel-pint-action@2.5
20
20
21
21
- name : Commit changes
22
22
uses : stefanzweifel/git-auto-commit-action@v4
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-db-doc ` will be documented in this file.
4
4
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
+
5
9
## 1.4.1 - 2024-05-26
6
10
7
11
### What's Changed
Original file line number Diff line number Diff line change @@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc
22
22
Add the following in your route file:
23
23
24
24
``` php
25
- use CleaniqueCoders\LaravelMediaSecure \LaravelDbDoc;
25
+ use CleaniqueCoders\LaravelDbDoc \LaravelDbDoc;
26
26
27
27
LaravelDbDoc::routes();
28
28
```
29
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
30
You can publish the config file with:
37
31
38
32
``` bash
39
- php artisan vendor:publish --tag=" laravel- db-doc-config"
33
+ php artisan vendor:publish --tag=" db-doc-config"
40
34
```
41
35
42
36
Optionally, you can publish the views using
You can’t perform that action at this time.
0 commit comments