Skip to content

Commit

Permalink
doc: minor changes to installation instructions
Browse files Browse the repository at this point in the history
- Make it clear you can install Twill on an existing application
- Make it clear that the artisan command is `twill:install` (for people that copy and paste directly)
  • Loading branch information
cambad authored and ifox committed Apr 6, 2022
1 parent 87675e1 commit d598436
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@ pageClass: twill-doc

# Installation

You can install Twill on an existing Laravel application or a new one.

## Composer

Twill is a package for Laravel applications, installable through Composer:
Twill package can be added to your application using Composer:

```bash
composer require area17/twill:"^2.0"
```

## Artisan

Run the `install` Artisan command:
Run the `twill:install` Artisan command:

```bash
php artisan twill:install
Expand Down

0 comments on commit d598436

Please sign in to comment.