From 9cad46911bad989a9e402ade8ceb83394116dc8b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 26 Jan 2018 09:15:21 -0600 Subject: [PATCH] bootstrap-sass is not just bootstrap --- frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.md b/frontend.md index 114c23557..306a6c363 100644 --- a/frontend.md +++ b/frontend.md @@ -28,7 +28,7 @@ If you would like to remove the frontend scaffolding from your application, you ## Writing CSS -Laravel's `package.json` file includes the `bootstrap-sass` package to help you get started prototyping your application's frontend using Bootstrap. However, feel free to add or remove packages from the `package.json` file as needed for your own application. You are not required to use the Bootstrap framework to build your Laravel application - it is provided as a good starting point for those who choose to use it. +Laravel's `package.json` file includes the `bootstrap` package to help you get started prototyping your application's frontend using Bootstrap. However, feel free to add or remove packages from the `package.json` file as needed for your own application. You are not required to use the Bootstrap framework to build your Laravel application - it is provided as a good starting point for those who choose to use it. Before compiling your CSS, install your project's frontend dependencies using the [Node package manager (NPM)](https://www.npmjs.org):