search

Home  >  Q&A  >  body text

Does laravel come with bootstrap?

Why do I add <link href="bootstrap.css" rel="stylesheet">The style will work after I add it to the view. This is why I am not in the folder. Place any bootstrap source files

大家讲道理大家讲道理2793 days ago1008

reply all(3)I'll reply

  • 过去多啦不再A梦

    过去多啦不再A梦2017-06-13 09:26:28

    Just look at the absolute path of bootstrap.css in the html rendered by your template

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-06-13 09:26:28

    Find the file based on the path

    reply
    0
  • 为情所困

    为情所困2017-06-13 09:26:28

    Bootstrap is not provided, it needs to be added in package.json and downloaded with npm. However, the styles of pagination and other functions provided by laravel support bootstrap by default. If you install bootstrap, these functions will be rendered according to the bootstrap style.

    reply
    0
  • Cancelreply