Skip to content

Exception Class 'session.store' does not exist when publishing assets under Laravel 4.0.7 #31

Closed
@benrifkah

Description

The following exception is thrown when publishing assets under Laravel 4.0.7 with the 'debug' => true in app configuration:

$ php artisan debugbar:publish
public path: /app/public
{"error":{"type":"ReflectionException","message":"Class session.store does not exist","file":"\/app\/vendor\/laravel\/framework\/src\/Illuminate\/Container\/Container.php","line":296}}

The same exception is thrown when making requests via the web.

I have a patch that can fix this particular issue but I don't know if it is the best way to handle it or whether Laravel 4.0 is even on the support list for the debugbar. Will submit a pull request and you can decide if you want to keep it.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions