From 09a70973221960d05d3d34f1586a6eae710fea98 Mon Sep 17 00:00:00 2001 From: Liam-PVTL <57740837+Liam-PVTL@users.noreply.github.com> Date: Mon, 13 Jan 2020 08:36:30 +1000 Subject: [PATCH] Update README.md installation instructions Was missing 'npm install' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8b2f93..3d23477 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ composer require pvtl/voyager-frontend composer dump-autoload && php artisan voyager-frontend:install # 2.3 Build the front-end theme assets +npm install npm run dev # 2.4 Set the Laravel search driver in your .env