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
过去多啦不再A梦2017-06-13 09:26:28
Just look at the absolute path of bootstrap.css in the html rendered by your template
为情所困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.