braincrafted / bootstrap-bundle

BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.
http://bootstrap.braincrafted.com
MIT License
399 stars 184 forks source link

Console is moved #433

Closed melroy89 closed 8 years ago

melroy89 commented 8 years ago

Hi,

The console component is moved, from app/ to bin/ folder. Yet again, please update the installer guide: http://bootstrap.braincrafted.com/getting-started.html#installation

From: php app/console assetic:dump

To: php bin/console assetic:dump

Do this for all the app/console lines within the documentation!

Although you also doesn't explain how to install the assetic-bundle component (which is by default NOT installed).

Thanks.

Kind regards, Melroy van den Berg

florianeckerstorfer commented 8 years ago

Fixed in develop