Skip to content

Class "Inspector\Laravel\Inspector" not found #56

@trippo

Description

@trippo

Describe the bug
When installing version 4.15.0 on a Laravel project I get this error

Error

Class "Inspector\Laravel\Inspector" not found

at vendor/inspector-apm/inspector-laravel/src/InspectorServiceProvider.php:80
76▕ ->setTransport(config('inspector.transport', 'async'))
77▕ ->setOptions(config('inspector.options', []))
78▕ ->setMaxItems(config('inspector.max_items', 100));
79▕
➜ 80▕ return new Inspector($configuration);
81▕ });
82▕
83▕ $this->registerInspectorServiceProviders();
84▕ }

  +22 vendor frames

23 app/Exceptions/Handler.php:50
Illuminate\Foundation\Exceptions\Handler::report(Object(Error))
+3 vendor frames

27 artisan:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Reverting to version 4.12.0 Fix the problem

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