Skip to content

Commit 5340266

Browse files
committed
docs: update readme
1 parent 2f370c6 commit 5340266

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Artisense is meant to be a local-first offline copy of the Laravel documentation
3030
commands that allow you to locally store and search the laravel documentation from the comfort of your terminal.
3131

3232
If you're anything like me and living in the terminal, those precious seconds `alt` + `tab`ing between code editor and
33-
browser to review the Laravel documentation really adds up (who has that kinda time?). Why not make docs accessible from the terminal?
33+
browser to review the Laravel documentation really adds up (who has that kinda time?). Why not make docs accessible from
34+
the terminal?
3435

3536
## How it works
3637

@@ -267,6 +268,16 @@ filter on search results.
267268
For example, if you have versions `12.x`, `11.x`, and master installed, all search results will be returned:
268269

269270
```bash
271+
php artisan artisense:search
272+
273+
β”Œ Enter a search term to find relevant information: ─────────────────┐
274+
β”‚ validation β”‚
275+
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
276+
β”‚ 7494 - 11.x - Validation - Accessing Additional Data ┃ β”‚
277+
β”‚ 11237 - master - Validation - Accessing Additional Data β”‚ β”‚
278+
β”‚ 3718 - 12.x - Validation - Accessing Additional Data β”‚ β”‚
279+
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
280+
Use at least a few characters to get relevant results.
270281
```
271282

272283
### Formatting

0 commit comments

Comments
Β (0)