Where would I find the css bootstrap after installing it via the composer? -


i new composer. trying add css booststrap tp laravel 5.1 project

to download framework command used

composer require twbs/bootstrap 

but can't find css files in laravel project.

is there step need make css booststrap part of project?

maybe has changed since laravel 5.0, bootstrap included default in default app.blade.php view.

that may you, if want css files local, check in /vendor directory or public/css one.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -