Skip to main content
Pricing Community Docs Get Started GitHub My Account
Community
Search
Log In
Log In Sign Up
B

Benjamin Gakami

Joined Dec 27, 2024 Last seen Dec 27, 2024
Posts 1 Comments 0

⁨Benjamin Gakami⁩'s Posts

Newest Top
Newest Top
B Benjamin Gakami Dec 27, 2024

Installing Waterhole to existing project seems to break custom session driver

Actions

I just installed Waterhole and i get the error that my custom session driver is not supported

image.png

When i remove the package, everything works fine.

This is the code i have in boot section of my AppServiceProvider

Session::extend('custom-database', function ($app) {
            $table = $app['config']['session.table'];
            $lifetime = $app['config']['session.lifetime'];
            $connection = $app['db']->connection($app['config']['session.connection']);

            return new CustomDatabaseSessionHandler($connection, $table, $lifetime, $app);
        });
1 ⁨1⁩ ⁨comment⁩
© 2025 Waterhole Pty Ltd
  • Product
    • Pricing
    • Releases
    • Roadmap
    • Demo
  • Resources
    • Documentation
    • Support
    • Experts
    • Blog
  • Community
    • Community
    • Twitter
    • GitHub
  • Company
    • Terms & Privacy
    • Software License