Skip to content

Commit

Permalink
Merge pull request laravel#2159 from sketchni/patch-1
Browse files Browse the repository at this point in the history
Add the artisan cache:table command example.
  • Loading branch information
taylorotwell committed Feb 23, 2016
2 parents 8c4abcb + f586c79 commit dbce6c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ When using the `database` cache driver, you will need to setup a table to contai
$table->text('value');
$table->integer('expiration');
});


You can also use the `php artisan cache:table` command to generate the schema.

#### Memcached

Expand Down

0 comments on commit dbce6c4

Please sign in to comment.