Skip to content

Commit

Permalink
Publish the new config
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 4, 2022
1 parent 2cde8f4 commit da4d1b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/cache.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

return [
'default' => 'file',

'stores' => [
'file' => [
'driver' => 'file',
'path' => storage_path('framework/cache/data'),
],
],
];

0 comments on commit da4d1b4

Please sign in to comment.