Skip to content

Commit

Permalink
🚀 v5
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Nov 24, 2024
1 parent 8d633a1 commit 7b811e6
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 503 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ return [

You can also overwrite the maintenance snippet if you create your own and store it as `site/snippets/maintenance.php`.

## Tinker(well), REPL and Debugging

You can use the `kirby janitor:tinker` command to start a REPL session in the terminal. This is a great way to test code snippets, debug and explore your Kirby installation. Another alternative would be using the [Tinkerwell App](https://tinkerwell.app/) which has built-in support for Kirby as long as it can find the `./kirby/bootstrap.php` file via the matching [driver](https://github.com/beyondcode/tinkerwell/blob/58254e11a6aad428eefd63b1ae624b0568414227/src/Drivers/KirbyTinkerwellDriver.php#L14).

## Dependencies

- [Kirby CLI](https://github.com/getkirby/cli)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-janitor",
"type": "kirby-plugin",
"version": "4.4.2",
"version": "5.0.0",
"license": "MIT",
"homepage": "https://github.com/bnomei/kirby3-janitor",
"description": "Kirby Plugin for running commands like cleaning the cache from within the Panel, PHP code or a cronjob",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"require-dev": {
"getkirby/cli": "dev-develop",
"getkirby/cms": "^4.3.0",
"getkirby/cms": "^5.0.0-alpha.4",
"larastan/larastan": "^2.9",
"laravel/pint": "^1.13",
"pestphp/pest": "^2.24",
Expand Down
Loading

0 comments on commit 7b811e6

Please sign in to comment.