Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Chumper committed Mar 10, 2014
1 parent 5005ac8 commit aabf45e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ so i developed this package which in my opinion is superior.

![Image](https://raw.github.com/Chumper/Datatable/master/datatable.jpg)

##Important

If you upgrade to version v2.2 please make sure you adjust your app.php with the new alias:

```php
// aliases array:

//old
//'Datatable' => 'Chumper\Datatable\Facades\Datatable',

//new
'Datatable' => 'Chumper\Datatable\Facades\DatatableFacade',
```

##Known Issues

* none i know of so far
Expand Down Expand Up @@ -62,7 +76,7 @@ It also has a ServiceProvider for usage in Laravel4. Add these lines to app.php:
'Chumper\Datatable\DatatableServiceProvider',

// aliases array:
'Datatable' => 'Chumper\Datatable\Facades\Datatable',
'Datatable' => 'Chumper\Datatable\Facades\DatatableFacade',
```

You can then access it under the `Datatable` alias.
Expand Down

0 comments on commit aabf45e

Please sign in to comment.