Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienheyd committed Apr 26, 2024
1 parent 709291c commit 42ed387
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
image: default-bionic
environment:
php: 8.1.2
php: 8.2
filter:
excluded_paths:
- ".github/"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ Other packages to extend the features :
<a href="https://sebastienheyd.github.io/boilerplate/assets/img/logs.png" class="img-link"><img src="https://sebastienheyd.github.io/boilerplate/assets/img/logs.png" style="max-width:100%;height:90px;margin-right:.5rem" /></a>
<a href="https://sebastienheyd.github.io/boilerplate/assets/img/dashboard.png" class="img-link"><img src="https://sebastienheyd.github.io/boilerplate/assets/img/dashboard.png" style="max-width:100%;height:90px;margin-right:.5rem" /></a>

## Version Compatibility

| Laravel | Boilerplate |
|:----------------|:-------------------------------------------------------------|
| 11.x | [8.x](https://sebastienheyd.github.io/boilerplate/docs/8.x/) |
| 6.x &rarr; 10.x | [7.x](https://sebastienheyd.github.io/boilerplate/docs/7.x/) |

## Documentation

The documentation is readable on [Github pages](https://sebastienheyd.github.io/boilerplate/)
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It includes profile creation and his management, user management, roles, permiss

## Version Compatibility

| Laravel | Boilerplate |
|:---------|:------------------|
| 11.x | [8.x](/docs/8.x/) |
| 6.x-10.x | [7.x](/docs/7.x/) |
| Laravel | Boilerplate |
|:----------------|:------------------|
| 11.x | [8.x](/docs/8.x/) |
| 6.x &rarr; 10.x | [7.x](/docs/7.x/) |

0 comments on commit 42ed387

Please sign in to comment.