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

Description
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▕ /**