moving laravel 4 into develop branch.

This commit is contained in:
Taylor Otwell
2013-01-11 15:14:07 -06:00
parent 63bf89efd5
commit 5d99f9f1d6
463 changed files with 1283 additions and 65186 deletions

View File

@@ -0,0 +1,21 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Default Session Driver
|--------------------------------------------------------------------------
|
| This option controls the default session "driver" that will be used on
| requets. By default, we will use the light-weight cookie driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "cookie", file", "database", "apc",
| "memcached", "redis", "array"
|
*/
'driver' => 'array',
);