From 49ba670b36f5efdf291fb3d0946c2458cdb77585 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 7 Dec 2021 10:05:14 -0500 Subject: [PATCH] no dash --- docs/tutorials/integrating-with-laravel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/integrating-with-laravel.md b/docs/tutorials/integrating-with-laravel.md index 6bb821dcb..0a1ea40d6 100644 --- a/docs/tutorials/integrating-with-laravel.md +++ b/docs/tutorials/integrating-with-laravel.md @@ -14,7 +14,7 @@ This integration has been tested with the following: ## Instructions -These instructions assume an out-of-the-box [Laravel 8+ install](https://laravel.com/docs/8.x/installation) that uses [Laravel Mix](https://laravel.com/docs/8.x/mix) to compile assets. +These instructions assume an out of the box [Laravel 8+ install](https://laravel.com/docs/8.x/installation) that uses [Laravel Mix](https://laravel.com/docs/8.x/mix) to compile assets. Be sure to run `npm install` to install the default Laravel front-end dependencies before installing Shoelace. ### Install the Shoelace package