Commit cf994133 by Klimov Paul

Incorrect path to AppAssets at docs fixed

parent a55d9ba8
......@@ -18,7 +18,7 @@ Basics
Yii doesn't wrap the bootstrap basics into PHP code since HTML is very simple by itself in this case. You can find details
about using the basics at [bootstrap documentation website](http://getbootstrap.com/css/). Still Yii provides a
convenient way to include bootstrap assets in your pages with a single line added to `AppAsset.php` located in your
`config` directory:
`@app/assets` directory:
```php
public $depends = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment