Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljennings committed Oct 11, 2015
1 parent 83fa00b commit 01dfc6d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@
/**
* Set the store driver.
*
* Supported: eloquent, laravel4, array.
* Supported: eloquent, laravel4, codeigniter, array.
*/
'driver' => 'array',

/**
* Set a class to wrap each row from the data store.
*
* Supported: Michaeljennings\Carpenter\Wrappers\Eloquent
* Michaeljennings\Carpenter\Wrappers\ArrayWrapper
*/
'wrapper' => 'Michaeljennings\Carpenter\Wrappers\ArrayWrapper',

),

'paginator' => array(
Expand All @@ -42,7 +34,7 @@
'driver' => 'native',

/**
* Set the session key.
* Set the key to store session variables under.
*/
'key' => 'michaeljennings.carpenter'

Expand All @@ -60,7 +52,7 @@
'views' => array(

/**
* Set the path to the table template.
* Set the path to the default table template.
*/
'template' => __DIR__ . '/../views/bootstrap/table.php',

Expand Down

0 comments on commit 01dfc6d

Please sign in to comment.