Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -95,4 +99,4 @@ Direct access to css and js methods

### 1.2
* Bug corrections.
* New documentation.
* New documentation.