FlorientR/laravel-gentelella bootstrap.min.css not found

544 Views Asked by At

I installed FlorientR/laravel-gentelella, by cloning it with phpstrom.

I do not find the dir 'css' under 'public' Folder. So bootstrap.min.css (path: css/bootstrap.min.css) file is not loaded by the page.

What have I to do now? Pls help.

1

There are 1 best solutions below

1
On

Run this:

  1. npm install --global bower gulp
  2. npm install
  3. bower install
  4. gulp