crisu83 / yiistrap

Twitter Bootstrap for the Yii PHP framework.
http://www.getyiistrap.com
BSD 3-Clause "New" or "Revised" License
286 stars 176 forks source link

Errata in application configuration explanation on http://www.getyiistrap.com/site/started #251

Closed dbsparkle closed 10 years ago

dbsparkle commented 10 years ago

Maybe someone has already mentioned it, but just in case: 'aliases' => array( ... 'bootstrap' => realpath(DIR . '/../extensions/bootstrap'), // change this if necessary ),

But the downloaded folder name is "yiistrap" and many beginners get stuck (because it throws errors) without having an idea how to fix it, so maybe the docs code example should be changed to ... 'bootstrap' => realpath(DIR . '/../extensions/YIISTRAP'), // change this if necessary ),

crisu83 commented 10 years ago

You could name the folder how ever you want.