First commit, Laravel is setup!

This commit is contained in:
James Brooks
2014-11-16 22:26:08 +00:00
commit 083742b45b
59 changed files with 1979 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?php
return array(
/*
|--------------------------------------------------------------------------
| Default Cache Driver
|--------------------------------------------------------------------------
|
| This option controls the default cache "driver" that will be used when
| using the Caching library. Of course, you may use other drivers any
| time you wish. This is the default when another is not specified.
|
| Supported: "file", "database", "apc", "memcached", "redis", "array"
|
*/
'driver' => 'array',
);