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
Post a Comment