zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

how can i update bootstrap and and change the theme? #29

Closed fmnmt27 closed 6 years ago

fmnmt27 commented 6 years ago

how can i update bootstrap and and change the theme.

zizohassan commented 6 years ago

about the theme we support two theme on laraflat project you can switch between them in env file (THEME = themeone , default)

what you mean about update bootstrap

fmnmt27 commented 6 years ago

upgrade from bootstrap3 to bootstrap4 can i use this npm install bootstrap@4.0.0-beta.2

zizohassan commented 6 years ago

yes you can use any version of bootstrap

fmnmt27 commented 6 years ago

When i put this npm install bootstrap@4.0.0-beta.2 in my terminal i have this error

MacBook-Air-alkhas-b-Tito:mylaraflat myuser$ npm install bootstrap@4.0.0-beta.2 -bash: npm: command not found ???

zizohassan commented 6 years ago

you must install nodejs https://nodejs.org/en/

fmnmt27 commented 6 years ago

after install node.is npm WARN bootstrap@4.0.0-beta.2 requires a peer of jquery@1.9.1 - 3 but none was installed. npm WARN bootstrap@4.0.0-beta.2 requires a peer of popper.js@^1.12.3 but none was installed.

zizohassan commented 6 years ago

install dependencies that require and this will work fine