Search code examples
javascriptnode.jslaravelboweradminlte

AdminLTE Installation With Bower


I was installing Admin LTE Template for my Laravel project.
I follow the instructions from here
When I type the syntax:

bower install admin-lte

It started to download or something, but the cmd need more action. It says:

Prefix the choice with ! to persist it to bower.json

? Answer

This is the capture of my CMD
enter image description here

What should I type for this?


Solution

  • Please you should type 6 number as answer then create new folder (i.e bower_components) in your public folder

    Note: Please bower install admin-lte command run your public path (i.e yourproject/public/)