Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Laravel 10, TypeError when installing: Cannot access offset of type string on string #101

@xorock

Description

@xorock

TypeError

Cannot access offset of type string on string

at vendor/protonemedia/laravel-form-components/src/Support/ServiceProvider.php:52
48▕
49▕ $prefix = config('form-components.prefix');
50▕
51▕ Collection::make(config('form-components.components'))->each(
➜ 52▕ fn ($component, $alias) => Blade::component($alias, $component['class'], $prefix)
53▕ );
54▕ }
55▕
56▕ /**

  +9 vendor frames

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