lundi 20 février 2017

How correctly install latest Bootstrap version into my Laravel 5.4 web application?

I am pretty new in PHP and moreover in Laravel and I have the following problem: I have to correctly install latest Bootstrap CSS framework version into my Laravel application.

Into the Bootstrap download page: http://ift.tt/1jyYFsx

it says that I can do it using composer by this statment:

composer require twbs/bootstrap

So I tryied and I obtained this output in my console:

Andrea@Andrea-PC MINGW64 /c/xampp/htdocs/HotelRegistration
$ composer require twbs/bootstrap
Using version ^3.3 for twbs/bootstrap
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing twbs/bootstrap (v3.3.7) Downloading: 100%
Package illuminate/html is abandoned, you should avoid using it. Use laravelcollective/html instead.
Writing lock file
Generating autoload files
> Illuminate\Foundation\ComposerScripts::postUpdate
> php artisan optimize
Generating optimized class loader
The compiled services file has been removed.

What exactly means the previous output? It has been successful? My doubt is that I can't find the bootstrap.css file into the .../resources/assets directory of my project.

Why? What am I missing? How can I use Bootstrap into my project?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2kPLUzH
via IFTTT

Aucun commentaire:

Enregistrer un commentaire