File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-db-doc ` will be documented in this file.
44
5+ ## 1.4.2 - 2024-05-26
6+
7+ ** Full Changelog** : 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
Original file line number Diff line number Diff line change @@ -22,21 +22,15 @@ composer require cleaniquecoders/laravel-db-doc
2222Add the following in your route file:
2323
2424``` php
25- use CleaniqueCoders\LaravelMediaSecure \LaravelDbDoc;
25+ use CleaniqueCoders\LaravelDbDoc \LaravelDbDoc;
2626
2727LaravelDbDoc::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-
3630You 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
4236Optionally, you can publish the views using
You can’t perform that action at this time.
0 commit comments