Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03eb7af

Browse files
committed
Merge branch 'feature/5.2/shrinkwrap' of https://github.com/lucasmichot/laravel-docs into lucasmichot-feature/5.2/shrinkwrap
2 parents 22b6dc5 + 55d3fab commit 03eb7af

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

elixir.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Next, you'll want to pull in [Gulp](http://gulpjs.com) as a global NPM package:
5050

5151
npm install --global gulp
5252

53+
### Dependencies management
54+
55+
If you use a version control system, make sure to lock your NPM requirements:
56+
57+
npm shrinkwrap
58+
59+
Once this command executed, feel free to commit [npm-shrinkwrap.json]`https://docs.npmjs.com/cli/shrinkwrap`.
60+
5361
### Laravel Elixir
5462

5563
The only remaining step is to install Elixir! Within a fresh installation of Laravel, you'll find a `package.json` file in the root. Think of this like your `composer.json` file, except it defines Node dependencies instead of PHP. You may install the dependencies it references by running:

facades.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)