Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Dec 1, 2023
1 parent f458e96 commit a60033f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 48 deletions.
2 changes: 0 additions & 2 deletions docs/_navbar.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/de/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/de/_navbar.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/de/_sidebar.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/de/make-action-command.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@
<div id="app"></div>
<script>
window.$docsify = {
loadNavbar: true,
loadSidebar: true,
subMaxLevel: 2,
search: 'auto',
name: 'Laravel Beyond',
nameLink: {
'/de/': '#/de/',
'/': '#/',
},
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
Expand Down
16 changes: 15 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,18 @@ It's recommended to install `laravel-beyond` with [composer](https://composer.or

```bash
composer require --dev akrillia/laravel-beyond
```
```

## Requirements

### v7.x
| Package | Version |
|---------|---------|
| php | ^8.2 |
| Laravel | ^10.x |

### v6.x
| Package | Version |
|---------|---------|
| php | ^8.1 |
| Laravel | ^9.x |

0 comments on commit a60033f

Please sign in to comment.