Skip to content
This repository has been 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

Open
xorock opened this issue Mar 21, 2023 · 0 comments

Comments

@xorock
Copy link

xorock commented Mar 21, 2023

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant