Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Sep 2, 2021
2 parents 1512213 + 218cd1b commit 6ed9297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ Kirby::plugin('bnomei/example', [

The package does come with [default settings](https://github.com/bnomei/autoloader-for-kirby/blob/main/classes/Autoloader.php#L27) to fit most usecases.

## Suggestion

This plugin works great in combination with my [Kirby CLI Tool](https://github.com/bnomei/kirby3-plopfile) which helps you to create extension files faster.

## Disclaimer

This package is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/bnomei/autoloader-for-kirby/issues/new).
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
},
"extra": {
"kirby-cms-path": "tests/kirby"
},
"suggests": {
"bnomei/kirby3-plopfile": "Plopfile to generate and append to various files for Kirby3 CMS using Plop.js"
}
}

0 comments on commit 6ed9297

Please sign in to comment.