Skip to content

Commit

Permalink
docs: update twill version during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavv3006 authored and ifox committed May 28, 2024
1 parent aa3bf3d commit 9a75e13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content/1_docs/2_getting-started/2_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The starter kit setup is a basic page builder. It comes with:
You can install it in a Laravel application using:

```bash
composer require area17/twill:"^3.0"
composer require area17/twill:"^3.2"
```

:::alert=type.warning:::
Expand All @@ -40,7 +40,7 @@ See [`examples/basic-page-builder`](https://github.com/area17/twill/tree/3.x/exa
Twill package can be added to your application using Composer:

```bash
composer require area17/twill:"^3.0"
composer require area17/twill:"^3.2"
```

:::alert=type.warning:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Twill is a standard Laravel package, that means, we only have to require it (and

So, before we get to the process of building our CMS, let's install Twill.

We can do this using `composer require area17/twill:"^3.0"`.
We can do this using `composer require area17/twill:"^3.2"`.

This will install Twill 3 alongside all other required packages.

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-page-builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The [Laravel documentation](https://laravel.com/docs/10.x) is far more extensive
Lets require Twill:

```
composer require area17/twill:"^3.0"
composer require area17/twill:"^3.2"
```

And then, install this example:
Expand Down

0 comments on commit 9a75e13

Please sign in to comment.