Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 22, 2024
1 parent 064b149 commit 2dce27a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ To install in your Sprinkle :
\UserFrosting\Sprinkle\ConfigManager\ConfigManager::class
```

3. Add Config Manager frontend assets to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
3. Add Config Manager frontend assets dependencies :
```
ConfigManager: require('@lcharette/configmanager/webpack.entries'),
npm i --save @lcharette/configmanager
```

4. Run :
4. Add Config Manager frontend entries to your webpack entries. Open `webpack.config.js` and add in `const sprinkles { ... }`:
```
composer update
ConfigManager: require('@lcharette/configmanager/webpack.entries'),
```

5. Run :
```
php bakery bake
```
Expand Down

0 comments on commit 2dce27a

Please sign in to comment.