bootstrap-sass is not just bootstrap

This commit is contained in:
Taylor Otwell 2018-01-26 09:15:21 -06:00
parent f9697933ff
commit 9cad46911b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ If you would like to remove the frontend scaffolding from your application, you
<a name="writing-css"></a>
## 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):