Skip to content

Version 1.5 breaks laravel drivers #16

@MordiSacks

Description

@MordiSacks

I register a custom session driver in AppServiceProvider::boot

Session::extend('custom', function ($app) {
 // implementation....
});

on version 1.4.0 everything works as epxected
after upgrading to 1.5.0 or 1.5.1 the app breaks and throws an InvalidArgumentException
Driver [custom] not supported.

I have Isolated the issue to this specific package, by updating every single package individually

Environment (please complete the following information):

  • PHP Version: 8.3.16
  • OS: Debian 12
  • Intervention Image Version: N/A
  • GD or Imagick: N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions