From d598436abeaebe40cfa508f16837c540a4145de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camille=20Badiqu=C3=A9?= <48125516+cambad@users.noreply.github.com> Date: Wed, 6 Apr 2022 16:18:47 +0200 Subject: [PATCH] doc: minor changes to installation instructions - 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) --- docs/src/getting-started/installation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/getting-started/installation.md b/docs/src/getting-started/installation.md index 6228f4319..903888256 100644 --- a/docs/src/getting-started/installation.md +++ b/docs/src/getting-started/installation.md @@ -4,9 +4,11 @@ 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" @@ -14,7 +16,7 @@ composer require area17/twill:"^2.0" ## Artisan -Run the `install` Artisan command: +Run the `twill:install` Artisan command: ```bash php artisan twill:install