Skip to content

Commit 4e350f6

Browse files
author
Tom Mitchelmore
committed
Remove hatchet reference
1 parent b310e98 commit 4e350f6

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

docs/the-basics/view-models.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,4 @@ And you could have the following named constructor:
389389
- `latestPosts($limit = 3)`- which knows how to get the latest _n_ posts.
390390
- `relatedPosts(Post $post)`- which knows how to get posts related to given post
391391

392-
:::
393-
394-
## Using Hatchet
395-
396-
If you are using [hatchet](https://github.com/Rareloop/hatchet) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398-
```bash
399-
php hatchet make:viewmodel TestimonialViewModel
400-
```
392+
:::

versioned_docs/version-v7/the-basics/view-models.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,4 @@ And you could have the following named constructor:
389389
- `latestPosts($limit = 3)`- which knows how to get the latest _n_ posts.
390390
- `relatedPosts(Post $post)`- which knows how to get posts related to given post
391391

392-
:::
393-
394-
## Using Hatchet
395-
396-
If you are using [hatchet](https://github.com/Rareloop/hatchet) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398-
```bash
399-
php hatchet make:viewmodel TestimonialViewModel
400-
```
392+
:::

versioned_docs/version-v8/the-basics/view-models.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,4 @@ And you could have the following named constructor:
389389
- `latestPosts($limit = 3)`- which knows how to get the latest _n_ posts.
390390
- `relatedPosts(Post $post)`- which knows how to get posts related to given post
391391

392-
:::
393-
394-
## Using Hatchet
395-
396-
If you are using [hatchet](https://github.com/Rareloop/hatchet) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398-
```bash
399-
php hatchet make:viewmodel TestimonialViewModel
400-
```
392+
:::

0 commit comments

Comments
 (0)