From c412c03e7ea1c66c0c233e69ae1ac1193faf09d8 Mon Sep 17 00:00:00 2001 From: Alexandru Budurovici Date: Wed, 12 Jun 2013 01:10:56 +0300 Subject: [PATCH] updated docs Laravel sets the bundle's `auto` property to `false` by default, according to laravel\bundle.php:45 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6759f29..b954529 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ A minification bundle for Laravel, based on the [Minify Driver for CodeIgniter]( * Jeroen van Meerendonk - [GitHub](http://github.com/jeroen) - [Twitter](http://twitter.com/jeroen_bz) * Joseba Juániz - [GitHub](http://github.com/patroklo) - [Twitter](http://twitter.com/patroklo) +## Install +* `php artisan bundle:install laravel-compactor` +* Add `'compactor'` in the `retrun array()` at bundles.php + ## Usage ### Compactor class @@ -95,4 +99,4 @@ Direct access to css and js methods ### 1.2 * Bug corrections. -* New documentation. \ No newline at end of file +* New documentation.