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
What should I type for this?
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/
)