From 327908cb026adf4f066ea4108a02c2f9fefa7d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 5 Oct 2019 00:59:55 +0200 Subject: [PATCH] Update install steps on landing page --- dist/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.html b/dist/index.html index 737b3d4..a6bf57f 100644 --- a/dist/index.html +++ b/dist/index.html @@ -110,13 +110,13 @@

Easy Installation

-

Just run composer require and move your tenant routes.

+

Just install the package and move your tenant routes.

 $ composer require stancl/tenancy
-$ move routes/web.php routes/tenant.php
-$ touch routes/web.php
+$ php artisan tenancy:install +$ mv routes/web.php routes/tenant.php