From ba9a7263b0ea853ee65225988b229c62433b0026 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 30 Apr 2012 11:15:23 -0500 Subject: [PATCH] Allow the registration of third party cache and session drivers. --- application/start.php | 2 +- laravel/cache.php | 26 +++++++++++++++++++++++++- laravel/session.php | 24 ++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/application/start.php b/application/start.php index 06649bf6..6bb648b3 100755 --- a/application/start.php +++ b/application/start.php @@ -170,4 +170,4 @@ if ( ! Request::cli() and Config::get('session.driver') !== '') { Session::load(); -} +} \ No newline at end of file diff --git a/laravel/cache.php b/laravel/cache.php index 723aa6eb..28e25eb6 100644 --- a/laravel/cache.php +++ b/laravel/cache.php @@ -1,4 +1,4 @@ -