Skip to content

Instantly share code, notes, and snippets.

@sgasser
Created February 21, 2019 17:01
Show Gist options
  • Select an option

  • Save sgasser/fdd34abed734b9dc12ed623068089b62 to your computer and use it in GitHub Desktop.

Select an option

Save sgasser/fdd34abed734b9dc12ed623068089b62 to your computer and use it in GitHub Desktop.
Session Heroku Config
<?php
return [
/*...*/
'driver' => env('SESSION_DRIVER', 'redis'),
/*...*/
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment